net/bnx2x: convert to new Rx offloads API
authorHarish Patil <harish.patil@cavium.com>
Mon, 9 Apr 2018 05:37:41 +0000 (22:37 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 13 Apr 2018 22:41:44 +0000 (00:41 +0200)
commitbd768ccfb1de659db7483fa05e968c72988c656f
treecea14fe8d976475e78a19c540d29dee72b62a29a
parent46fb16327b2b7de332c4a40212552405448f7426
net/bnx2x: convert to new Rx offloads API

Ethdev RX offloads API has changed since:
commit ce17eddefc20 ("ethdev: introduce Rx queue offloads API")

This patch makes use of DEV_RX_OFFLOAD_JUMBO_FRAME offload flag
to advertise jumbo frame support.

Signed-off-by: Harish Patil <harish.patil@cavium.com>
drivers/net/bnx2x/bnx2x_ethdev.c