On 10/5/2020 1:08 PM, Jiawen Wu wrote:
From: jiawenwu <jiawe...@trustnetic.com>

Add check operation for vf function level reset, mailbox messages and ack from 
vf. Waiting to process the messages.

Signed-off-by: jiawenwu <jiawe...@trustnetic.com>

<...>

--- /dev/null
+++ b/drivers/net/txgbe/rte_pmd_txgbe.c
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2015-2020
+ */
+
+#include <rte_ethdev_driver.h>
+
+#include "base/txgbe.h"
+#include "txgbe_ethdev.h"
+#include "rte_pmd_txgbe.h"
+

Why 'rte_pmd_txgbe.c' added at all? As far as I can see there is no PMD specific API, so no need to have this file.

Reply via email to