net/virtio: remove unused offloads macro
authorTiwei Bie <tiwei.bie@intel.com>
Wed, 25 Jul 2018 07:42:08 +0000 (15:42 +0800)
committerTiwei Bie <tiwei.bie@intel.com>
Thu, 2 Aug 2018 02:41:55 +0000 (04:41 +0200)
This macro isn't used any more after below commit:

Fixes: a4996bd89c42 ("ethdev: new Rx/Tx offloads API")
Cc: stable@dpdk.org
Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
drivers/net/virtio/virtio_ethdev.h

index f4d09df..b726ad1 100644 (file)
         1u << VIRTIO_NET_F_GUEST_TSO4     |    \
         1u << VIRTIO_NET_F_GUEST_TSO6)
 
-#define VIRTIO_PMD_PER_DEVICE_RX_OFFLOADS      \
-       (DEV_RX_OFFLOAD_TCP_CKSUM |             \
-        DEV_RX_OFFLOAD_UDP_CKSUM |             \
-        DEV_RX_OFFLOAD_TCP_LRO |               \
-        DEV_RX_OFFLOAD_VLAN_FILTER |           \
-        DEV_RX_OFFLOAD_VLAN_STRIP)
-
 /*
  * CQ function prototype
  */