Message ID | 1554900829-16180-1-git-send-email-david.marchand@redhat.com |
---|---|
Headers | show |
Series |
|
Related | show |
On 4/10/2019 1:53 PM, David Marchand wrote: > Another series with focus on the fast/normal rx/tx handlers for 802.3ad. > > The first two patches make sure that the rx (resp. tx) fast and normal > handlers are equivalent. > > The third one will most likely have an impact on performance which I > tried to mitigate with the last one. However, I have no benchmark to > back those patches and I did not test those thoroughly, so they are > more like RFC patches but sending anyway. > > Hi Chas, Reminder of this patchset, it is waiting for a long time, if there is no objection I am for merging it. Thanks, ferruh
On 6/27/19 4:08 AM, Ferruh Yigit wrote: > On 4/10/2019 1:53 PM, David Marchand wrote: >> Another series with focus on the fast/normal rx/tx handlers for 802.3ad. >> >> The first two patches make sure that the rx (resp. tx) fast and normal >> handlers are equivalent. >> >> The third one will most likely have an impact on performance which I >> tried to mitigate with the last one. However, I have no benchmark to >> back those patches and I did not test those thoroughly, so they are >> more like RFC patches but sending anyway. >> >> > Hi Chas, > > Reminder of this patchset, it is waiting for a long time, if there is no > objection I am for merging it. It caused some additional failure in our regression testing but I haven't had time to look at it. > > Thanks, > ferruh >
On 6/27/19 4:08 AM, Ferruh Yigit wrote: > On 4/10/2019 1:53 PM, David Marchand wrote: >> Another series with focus on the fast/normal rx/tx handlers for 802.3ad. >> >> The first two patches make sure that the rx (resp. tx) fast and normal >> handlers are equivalent. >> >> The third one will most likely have an impact on performance which I >> tried to mitigate with the last one. However, I have no benchmark to >> back those patches and I did not test those thoroughly, so they are >> more like RFC patches but sending anyway. >> >> > > Hi Chas, > > Reminder of this patchset, it is waiting for a long time, if there is no > objection I am for merging it. These patches caused some additional regressions in our local tests. I haven't had time to investigate it though. > > Thanks, > ferruh >
On 4/10/2019 1:53 PM, David Marchand wrote: > Another series with focus on the fast/normal rx/tx handlers for 802.3ad. > > The first two patches make sure that the rx (resp. tx) fast and normal > handlers are equivalent. > > The third one will most likely have an impact on performance which I > tried to mitigate with the last one. However, I have no benchmark to > back those patches and I did not test those thoroughly, so they are > more like RFC patches but sending anyway. > > for series, Acked-by: Chas Williams <chas3@att.com> Series applied to dpdk-next-net/master, thanks.