From f7c379403a98cf060d28bac24916c51067c4ec90 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 28 Feb 2017 23:26:30 +0100 Subject: dpdk: retire support for dpdk 16.07 Change-Id: I8585552c026415340fe9fd0458cb8450da3c4ae2 Signed-off-by: Damjan Marion --- ...irtio-enable-indirect-descriptors-feature.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 dpdk/dpdk-16.07_patches/0010-virtio-enable-indirect-descriptors-feature.patch (limited to 'dpdk/dpdk-16.07_patches/0010-virtio-enable-indirect-descriptors-feature.patch') diff --git a/dpdk/dpdk-16.07_patches/0010-virtio-enable-indirect-descriptors-feature.patch b/dpdk/dpdk-16.07_patches/0010-virtio-enable-indirect-descriptors-feature.patch deleted file mode 100644 index 80cd4bff6d9..00000000000 --- a/dpdk/dpdk-16.07_patches/0010-virtio-enable-indirect-descriptors-feature.patch +++ /dev/null @@ -1,34 +0,0 @@ -From be1210e77f0f9072ccb8e6970552596b6780a44c Mon Sep 17 00:00:00 2001 -From: Pierre Pfister -Date: Fri, 2 Sep 2016 16:24:57 +0200 -Subject: [PATCH] virtio: enable indirect descriptors feature - -Virtio indirect descriptors are supported by the data-path -but the feature bit is never set during feature negociation. - -This patch simply adds VIRTIO_RING_F_INDIRECT_DESC back to -the supported features bit mask, hence enabling the use of -indirect descriptors when the feature is negociated with the -device. - -Signed-off-by: Pierre Pfister ---- - drivers/net/virtio/virtio_ethdev.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/net/virtio/virtio_ethdev.h b/drivers/net/virtio/virtio_ethdev.h -index 2ecec6e..31c91a5 100644 ---- a/drivers/net/virtio/virtio_ethdev.h -+++ b/drivers/net/virtio/virtio_ethdev.h -@@ -63,6 +63,7 @@ - 1u << VIRTIO_NET_F_CTRL_RX | \ - 1u << VIRTIO_NET_F_CTRL_VLAN | \ - 1u << VIRTIO_NET_F_MRG_RXBUF | \ -+ 1u << VIRTIO_RING_F_INDIRECT_DESC | \ - 1ULL << VIRTIO_F_VERSION_1) - - /* --- -2.7.4 (Apple Git-66) - - -- cgit 1.2.3-korg