- 1st patch: let non-x86 arch use virtio pmd driver in non-vec - 2nd patch: enable virtio arm support - 3rd patch: update virtio for arm feature entry in release guide.
Thanks. Santosh Shukla (3): virtio: use vector rx/tx for ssse cpuflag only config: enable virtio for armv7/v8 guide/release: add virtio for arm feature info config/defconfig_arm-armv7a-linuxapp-gcc | 1 - config/defconfig_arm64-armv8a-linuxapp-gcc | 1 - doc/guides/rel_notes/release_16_04.rst | 5 +++++ drivers/net/virtio/Makefile | 3 +++ drivers/net/virtio/virtio_rxtx.c | 16 +++++++++++++++- drivers/net/virtio/virtio_rxtx.h | 2 ++ 6 files changed, 25 insertions(+), 3 deletions(-) -- 1.7.9.5