net/cxgbe: announce Rx scatter offload
authorRahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Mon, 24 Sep 2018 16:05:04 +0000 (21:35 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 27 Sep 2018 23:41:03 +0000 (01:41 +0200)
commit0f3ff2445da3697f29a9e1be7a8b51273ddceeac
tree974132a4e0f39a293f74ce1fb6d083565ade86cf
parenta9a0041f1fb31c08821650d0e86f8a0650f6aba7
net/cxgbe: announce Rx scatter offload

Scatter Rx is already supported by CXGBE PMD. So, add the missing
DEV_RX_OFFLOAD_SCATTER flag to the list of supported Rx offload
features.

Also, move the macros for supported list of offload features to
header file.

Fixes: 436125e64174 ("net/cxgbe: update to Rx/Tx offload API")
Cc: stable@dpdk.org
Reported-by: Martin Weiser <martin.weiser@allegro-packets.com>
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
drivers/net/cxgbe/cxgbe.h
drivers/net/cxgbe/cxgbe_ethdev.c