net/i40e: add outer VLAN processing
[dpdk.git] / drivers / net / txgbe / base / txgbe_dcb.h
index f08e030..6aa575c 100644 (file)
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2015-2020
+ * Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
+ * Copyright(c) 2010-2017 Intel Corporation
  */
 
 #ifndef _TXGBE_DCB_H_
@@ -92,6 +93,8 @@ struct txgbe_dcb_config {
        bool vt_mode;
 };
 
+int txgbe_dcb_pfc_enable(struct txgbe_hw *hw, u8 tc_num);
+
 /* DCB credits calculation */
 s32 txgbe_dcb_calculate_tc_credits_cee(struct txgbe_hw *hw,
                                   struct txgbe_dcb_config *dcb_config,