Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2018-08-27 Thread Gavin Hu
e > Cc: Luca Boccassi ; dev@dpdk.org; 3ch...@gmail.com > Subject: Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio > > On 8/27/2018 2:41 PM, Ferruh Yigit wrote: > > On 8/15/2018 2:51 PM, Luca Boccassi wrote: > >> On Tue, 2017-07-18 at 07:52 -0400, Charles (Chas) W

Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2018-08-27 Thread Ferruh Yigit
On 8/27/2018 2:41 PM, Ferruh Yigit wrote: > On 8/15/2018 2:51 PM, Luca Boccassi wrote: >> On Tue, 2017-07-18 at 07:52 -0400, Charles (Chas) Williams wrote: >>> >>> On 07/18/2017 07:50 AM, Ferruh Yigit wrote: On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: > Just a couple small change

Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2018-08-27 Thread Ferruh Yigit
On 8/15/2018 2:51 PM, Luca Boccassi wrote: > On Tue, 2017-07-18 at 07:52 -0400, Charles (Chas) Williams wrote: >> >> On 07/18/2017 07:50 AM, Ferruh Yigit wrote: >>> On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: Just a couple small changes to net/virtio that make it a little more >

Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2018-08-15 Thread Luca Boccassi
On Tue, 2017-07-18 at 07:52 -0400, Charles (Chas) Williams wrote: > > On 07/18/2017 07:50 AM, Ferruh Yigit wrote: > > On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: > > > Just a couple small changes to net/virtio that make it a little > > > more > > > well behaved. > > > > Same question he

Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2017-07-18 Thread Charles (Chas) Williams
On 07/18/2017 07:50 AM, Ferruh Yigit wrote: On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: Just a couple small changes to net/virtio that make it a little more well behaved. Same question here, is this patchset targets the 17.08-rc2? Can this be postponed? Yes, these can all be post

Re: [dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2017-07-18 Thread Ferruh Yigit
On 7/18/2017 12:05 AM, Charles (Chas) Williams wrote: > Just a couple small changes to net/virtio that make it a little more > well behaved. Same question here, is this patchset targets the 17.08-rc2? Can this be postponed? > > Brian Russell (1): > net/virtio: register/unregister intr handler

[dpdk-dev] [PATCH 0/2] Some small changes to net/virtio

2017-07-17 Thread Charles (Chas) Williams
Just a couple small changes to net/virtio that make it a little more well behaved. Brian Russell (1): net/virtio: register/unregister intr handler on start/stop Charles (Chas) Williams (1): net/virtio: do not re-enter clean up routines drivers/net/virtio/virtio_ethdev.c | 41 +++