[dpdk-dev] [PATCH v4 53/58] net/txgbe: add mirror rule operations

Ferruh Yigit ferruh.yigit at intel.com
Mon Oct 26 15:54:45 CET 2020


On 10/19/2020 9:54 AM, Jiawen Wu wrote:
> Add mirror rule set and reset operations.
> 
> Signed-off-by: Jiawen Wu <jiawenwu at trustnetic.com>

<...>

> @@ -3725,6 +3909,8 @@ static const struct eth_dev_ops txgbe_eth_dev_ops = {
>   	.mac_addr_set               = txgbe_set_default_mac_addr,
>   	.uc_hash_table_set          = txgbe_uc_hash_table_set,
>   	.uc_all_hash_table_set      = txgbe_uc_all_hash_table_set,
> +	.mirror_rule_set            = txgbe_mirror_rule_set,
> +	.mirror_rule_reset          = txgbe_mirror_rule_reset,

'.mirror_rule_set' & '.mirror_rule_reset' are deprecated [1], I am dropping this 
patch from the series while applying.

[1]
http://lxr.dpdk.org/dpdk/v20.08/source/doc/guides/rel_notes/deprecation.rst#L228


More information about the dev mailing list