net/qede: fix Rx/Tx offload flags
authorShahed Shaikh <shahed.shaikh@cavium.com>
Thu, 28 Jun 2018 06:01:58 +0000 (23:01 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Jul 2018 23:35:58 +0000 (01:35 +0200)
commit048a68edc0c01c9bf3daf3f90334861559436fe9
tree589ceeaab0f4c22f5d16cd3768893a7fbb0ef347
parentc6dd1eb8a55c1f66da8398508ea8a749799eef18
net/qede: fix Rx/Tx offload flags

 - We don't support QinQ offload, so removing it now.
 - Fix incorrect offload flags in default rxconf
   Since qede PMD does not support per queue rx offload, it
   should not set default_rxconf.offload flags in .dev_infos_get().
   Although these offloads are enabled by default, they are per port
   and not per queue.

Fixes: 946dfd18a4ec ("net/qede: convert to new Rx/Tx offloads API")
Cc: stable@dpdk.org
Signed-off-by: Shahed Shaikh <shahed.shaikh@cavium.com>
drivers/net/qede/qede_ethdev.c
drivers/net/qede/qede_rxtx.c
drivers/net/qede/qede_rxtx.h