Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-10-14 Thread Xu, Ting
> -Original Message- > From: David Marchand > Sent: Tuesday, September 15, 2020 4:03 PM > To: Xu, Ting > Cc: Kevin Traynor ; Dumitrescu, Cristian > ; dev ; dpdk stable > ; Luca Boccassi > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v4] lib/table: fix cache > alignment > issue > > On W

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-09-15 Thread David Marchand
On Wed, Sep 9, 2020 at 8:19 AM Xu, Ting wrote: > Sorry to bother you again. Since the next release is coming, and this patch > is deferred for some time, I'd like to know that shall we continue to merge > it? > > What is the key issue that blocks us? Thanks! Afaics, Kevin email did not get a re

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-09-08 Thread Xu, Ting
Hi, All Sorry to bother you again. Since the next release is coming, and this patch is deferred for some time, I'd like to know that shall we continue to merge it? What is the key issue that blocks us? Thanks! Best Regards, Xu Ting > -Original Message- > From: Kevin Traynor > Sent: Th

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-30 Thread Kevin Traynor
On 29/07/2020 14:28, David Marchand wrote: > On Wed, Jul 29, 2020 at 3:14 PM Dumitrescu, Cristian > wrote: >>> Please correct me if I am wrong, but it simply means this part of the >>> table library never worked for 32-bit. >>> It seems more adding 32-bit support rather than a fix and then I >>

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-29 Thread Xu, Ting
Hi, all, > -Original Message- > From: Dumitrescu, Cristian > Sent: Wednesday, July 29, 2020 10:53 PM > To: David Marchand > Cc: Xu, Ting ; dev ; dpdk stable > ; Kevin Traynor ; Luca Boccassi > > Subject: RE: [dpdk-stable] [dpdk-dev] [PATCH v4] lib/table: fix cache > alignment > issue >

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-29 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Wednesday, July 29, 2020 3:00 PM > To: Dumitrescu, Cristian > Cc: Xu, Ting ; dev ; dpdk stable > ; Kevin Traynor ; Luca Boccassi > > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v4] lib/table: fix cache > alignment issue > > On Wed,

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-29 Thread David Marchand
On Wed, Jul 29, 2020 at 3:54 PM Dumitrescu, Cristian wrote: > > -Original Message- > > From: David Marchand > > Sent: Wednesday, July 29, 2020 2:28 PM > > To: Dumitrescu, Cristian > > Cc: Xu, Ting ; dev ; dpdk stable > > ; Kevin Traynor ; Luca Boccassi > > > > Subject: Re: [dpdk-stable]

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-29 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Wednesday, July 29, 2020 2:28 PM > To: Dumitrescu, Cristian > Cc: Xu, Ting ; dev ; dpdk stable > ; Kevin Traynor ; Luca Boccassi > > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v4] lib/table: fix cache > alignment issue > > On Wed,

Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue

2020-07-29 Thread David Marchand
On Wed, Jul 29, 2020 at 3:14 PM Dumitrescu, Cristian wrote: > > Please correct me if I am wrong, but it simply means this part of the > > table library never worked for 32-bit. > > It seems more adding 32-bit support rather than a fix and then I > > wonder if it has its place in rc3. > > > > Funct