[dpdk-dev] [PATCH v2 39/56] net/txgbe: add process mailbox operation

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 6 13:05:12 CEST 2020


On 10/5/2020 1:08 PM, Jiawen Wu wrote:
> From: jiawenwu <jiawenwu at 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 <jiawenwu at 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.


More information about the dev mailing list