[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-30 Thread Pierre Pfister (ppfister)
> Le 22 nov. 2016 ? 14:17, Maxime Coquelin a > ?crit : > > Hi Pierre, > > On 11/22/2016 10:54 AM, Pierre Pfister (ppfister) wrote: >> Hello Maxime, >> >>> Le 9 nov. 2016 ? 15:51, Maxime Coquelin a >>> ?crit : >>> >>> Hi Pierre, >>> >>> On 11/09/2016 01:42 PM, Pierre Pfister (ppfister) wro

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-22 Thread Maxime Coquelin
Hi Pierre, On 11/22/2016 10:54 AM, Pierre Pfister (ppfister) wrote: > Hello Maxime, > >> Le 9 nov. 2016 ? 15:51, Maxime Coquelin a >> ?crit : >> >> Hi Pierre, >> >> On 11/09/2016 01:42 PM, Pierre Pfister (ppfister) wrote: >>> Hello Maxime, >>> >>> Sorry for the late reply. >>> >>> Le 8 nov.

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-22 Thread Pierre Pfister (ppfister)
Hello Maxime, > Le 9 nov. 2016 ? 15:51, Maxime Coquelin a > ?crit : > > Hi Pierre, > > On 11/09/2016 01:42 PM, Pierre Pfister (ppfister) wrote: >> Hello Maxime, >> >> Sorry for the late reply. >> >> >>> Le 8 nov. 2016 ? 10:44, Maxime Coquelin a >>> ?crit : >>> >>> Hi Pierre, >>> >>> On

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-09 Thread Maxime Coquelin
Hi Pierre, On 11/09/2016 01:42 PM, Pierre Pfister (ppfister) wrote: > Hello Maxime, > > Sorry for the late reply. > > >> Le 8 nov. 2016 ? 10:44, Maxime Coquelin a >> ?crit : >> >> Hi Pierre, >> >> On 11/08/2016 10:31 AM, Pierre Pfister (ppfister) wrote: >>> Current virtio driver advertises VERSI

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-09 Thread Maxime Coquelin
Hi Pierre, On 11/09/2016 01:42 PM, Pierre Pfister (ppfister) wrote: > Hello Maxime, > > Sorry for the late reply. > > >> Le 8 nov. 2016 ? 10:44, Maxime Coquelin a >> ?crit : >> >> Hi Pierre, >> >> On 11/08/2016 10:31 AM, Pierre Pfister (ppfister) wrote: >>> Current virtio driver advertises VERSI

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-09 Thread Pierre Pfister (ppfister)
Hello Maxime, Sorry for the late reply. > Le 8 nov. 2016 ? 10:44, Maxime Coquelin a > ?crit : > > Hi Pierre, > > On 11/08/2016 10:31 AM, Pierre Pfister (ppfister) wrote: >> Current virtio driver advertises VERSION_1 support, >> but does not handle device's VERSION_1 support when >> sending p

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-08 Thread Maxime Coquelin
Hi Pierre, On 11/08/2016 10:31 AM, Pierre Pfister (ppfister) wrote: > Current virtio driver advertises VERSION_1 support, > but does not handle device's VERSION_1 support when > sending packets (it looks for ANY_LAYOUT feature, > which is absent). > > This patch enables 'can_push' in tx path when

[dpdk-dev] [PATCH] virtio: tx with can_push when VERSION_1 is set

2016-11-08 Thread Pierre Pfister (ppfister)
Current virtio driver advertises VERSION_1 support, but does not handle device's VERSION_1 support when sending packets (it looks for ANY_LAYOUT feature, which is absent). This patch enables 'can_push' in tx path when VERSION_1 is advertised by the device. This significantly improves small packet