]> www.infradead.org Git - users/jedix/linux-maple.git/commit
libeth: move idpf_rx_csum_decoded and idpf_rx_extracted
authorMateusz Polchlopek <mateusz.polchlopek@intel.com>
Wed, 6 Nov 2024 17:37:26 +0000 (12:37 -0500)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 14 Feb 2025 18:58:08 +0000 (10:58 -0800)
commitce5cf4af7ceb6c1350c7ae788659c1f0696b2267
tree59716268689f3b257639c87d62858bdc839b6e45
parent7c01dbfc8a1c5f8b8e4a7907ab06db1449d478d0
libeth: move idpf_rx_csum_decoded and idpf_rx_extracted

Structs idpf_rx_csum_decoded and idpf_rx_extracted are used both in
idpf and iavf Intel drivers. Change the prefix from idpf_* to libeth_*
and move mentioned structs to libeth's rx.h header file.

Adjust usage in idpf driver.

Suggested-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>
Signed-off-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
drivers/net/ethernet/intel/idpf/idpf_txrx.c
drivers/net/ethernet/intel/idpf/idpf_txrx.h
include/net/libeth/rx.h