On 10/19/2020 9:54 AM, Jiawen Wu wrote:
Add mirror rule set and reset operations.

Signed-off-by: Jiawen Wu <jiawe...@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

Reply via email to