numam-dpdk/drivers/net/sfc
Olivier Matz 5b63493241 mbuf: mark old VLAN offload flags as deprecated
The flags PKT_TX_VLAN_PKT and PKT_TX_QINQ_PKT are
marked as deprecated since commit 380a7aab1a ("mbuf: rename deprecated
VLAN flags") (2017). But they were not using the RTE_DEPRECATED
macro, because it did not exist at this time. Add it, and replace
usage of these flags.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2021-10-24 13:30:40 +02:00
..
meson.build net/sfc: fence off 8 bits in Rx mark for tunnel offload 2021-10-13 16:39:11 +02:00
sfc_debug.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_dp_rx.h net/sfc: fence off 8 bits in Rx mark for tunnel offload 2021-10-13 16:39:11 +02:00
sfc_dp_tx.h net/sfc: collect per queue stats in EF100 Tx 2021-10-11 18:35:57 +02:00
sfc_dp.c net/sfc: implement control path operations in tunnel offload 2021-10-13 21:30:13 +02:00
sfc_dp.h net/sfc: implement control path operations in tunnel offload 2021-10-13 21:30:13 +02:00
sfc_ef10_essb_rx.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_ef10_rx_ev.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10_rx.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_ef10_tx.c mbuf: mark old VLAN offload flags as deprecated 2021-10-24 13:30:40 +02:00
sfc_ef10.h net/sfc: add xstats for Rx/Tx doorbells 2021-07-23 23:26:45 +02:00
sfc_ef100_rx.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_ef100_tx.c mbuf: mark old VLAN offload flags as deprecated 2021-10-24 13:30:40 +02:00
sfc_ef100.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ethdev_state.h net/sfc: move adapter state enum to separate header 2021-10-12 18:44:11 +02:00
sfc_ethdev.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_ev.c net/sfc: add abstractions for the management EVQ identity 2021-07-20 12:20:31 +02:00
sfc_ev.h net/sfc: implement representor Tx queue start/stop 2021-10-12 18:44:11 +02:00
sfc_filter.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_filter.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_flow_tunnel.c net/sfc: support counters in tunnel offload jump rules 2021-10-13 21:30:13 +02:00
sfc_flow_tunnel.h net/sfc: support counters in tunnel offload jump rules 2021-10-13 21:30:13 +02:00
sfc_flow.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_flow.h net/sfc: support group flows in tunnel offload 2021-10-13 21:30:13 +02:00
sfc_intr.c net/sfc: move adapter state enum to separate header 2021-10-12 18:44:11 +02:00
sfc_kvargs.c net/sfc: add port representors infrastructure 2021-10-12 18:44:11 +02:00
sfc_kvargs.h net/sfc: add port representors infrastructure 2021-10-12 18:44:11 +02:00
sfc_log.h net/sfc: add more debug messages to transfer flows 2021-04-21 12:38:37 +02:00
sfc_mae_counter.c net/sfc: support counters in tunnel offload jump rules 2021-10-13 21:30:13 +02:00
sfc_mae_counter.h net/sfc: support counters in tunnel offload jump rules 2021-10-13 21:30:13 +02:00
sfc_mae.c net/sfc: implement transfer proxy port callback 2021-10-18 20:56:02 +02:00
sfc_mae.h net/sfc: allow ports without MAE privilege 2021-10-18 20:56:02 +02:00
sfc_mcdi.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_port.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_repr_proxy_api.h net/sfc: implement port representor start and stop 2021-10-12 18:44:11 +02:00
sfc_repr_proxy.c net/sfc: implement representor Rx 2021-10-12 18:44:11 +02:00
sfc_repr_proxy.h net/sfc: implement representor Rx 2021-10-12 18:44:11 +02:00
sfc_repr.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_repr.h net/sfc: store PCI address for represented entities 2021-10-12 18:44:11 +02:00
sfc_rx.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc_rx.h net/sfc: add Rx datapath method to get pushed buffers count 2021-07-20 12:20:31 +02:00
sfc_service.c net/sfc: add NUMA-aware registry of service logical cores 2021-07-20 12:20:31 +02:00
sfc_service.h net/sfc: add NUMA-aware registry of service logical cores 2021-07-20 12:20:31 +02:00
sfc_sriov.c net/sfc: add switch mode device argument 2021-10-12 18:44:10 +02:00
sfc_sriov.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_stats.h net/sfc: relax SW packets/bytes atomic ops memory ordering 2021-10-07 16:57:42 +02:00
sfc_sw_stats.c net/sfc: collect per queue stats in EF100 Tx 2021-10-11 18:35:57 +02:00
sfc_sw_stats.h net/sfc: add xstats for Rx/Tx doorbells 2021-07-23 23:26:45 +02:00
sfc_switch.c net/sfc: implement transfer proxy port callback 2021-10-18 20:56:02 +02:00
sfc_switch.h net/sfc: implement transfer proxy port callback 2021-10-18 20:56:02 +02:00
sfc_tso.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_tso.h drivers: add missing includes 2021-04-14 11:23:13 +02:00
sfc_tweak.h net/sfc: support flow action count in transfer rules 2021-07-20 12:20:31 +02:00
sfc_tx.c mbuf: mark old VLAN offload flags as deprecated 2021-10-24 13:30:40 +02:00
sfc_tx.h net/sfc: implement representor Tx queue start/stop 2021-10-12 18:44:11 +02:00
sfc.c ethdev: add namespace 2021-10-22 18:15:38 +02:00
sfc.h net/sfc: support jump flows in tunnel offload 2021-10-13 21:30:13 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00