[dpdk-dev] [PATCH v3 2/4] virtio: move SSE based Rx implementation to separate file

2016-08-23 Thread Yuanhan Liu
On Fri, Aug 19, 2016 at 08:54:00AM +0530, Jerin Jacob wrote: > On Thu, Aug 18, 2016 at 02:52:31PM +0800, Yuanhan Liu wrote: > > On Tue, Jul 05, 2016 at 06:19:24PM +0530, Jerin Jacob wrote: > > > Split out SSE instruction based virtio simple Rx > > > implementation to a separate file > > > > > > Si

[dpdk-dev] [PATCH v3 2/4] virtio: move SSE based Rx implementation to separate file

2016-08-19 Thread Jerin Jacob
On Thu, Aug 18, 2016 at 02:52:31PM +0800, Yuanhan Liu wrote: > On Tue, Jul 05, 2016 at 06:19:24PM +0530, Jerin Jacob wrote: > > Split out SSE instruction based virtio simple Rx > > implementation to a separate file > > > > Signed-off-by: Jerin Jacob > > Hi, > > I was about to apply this set. I

[dpdk-dev] [PATCH v3 2/4] virtio: move SSE based Rx implementation to separate file

2016-08-18 Thread Yuanhan Liu
On Tue, Jul 05, 2016 at 06:19:24PM +0530, Jerin Jacob wrote: > Split out SSE instruction based virtio simple Rx > implementation to a separate file > > Signed-off-by: Jerin Jacob Hi, I was about to apply this set. I then did some build test and found a weird issue: it breaks the build with clan

[dpdk-dev] [PATCH v3 2/4] virtio: move SSE based Rx implementation to separate file

2016-07-05 Thread Jerin Jacob
Split out SSE instruction based virtio simple Rx implementation to a separate file Signed-off-by: Jerin Jacob --- drivers/net/virtio/Makefile | 4 + drivers/net/virtio/virtio_rxtx_simple.c | 273 ++-- drivers/net/virtio/virtio_rxtx_simple.h | 133