Re: [dpdk-dev] [PATCH] net/thunderx: add compile-time checks

2017-05-12 Thread Ferruh Yigit
On 5/1/2017 7:40 AM, Jerin Jacob wrote: > The thunderx PMD is sensitive to the layout of the mbuf on > the RX path. Add in some compile-time checks to make sure the mbuf layout > assumptions are valid, and to provide hints to anyone changing the mbuf > where things may need to be updated. > > Sign

[dpdk-dev] [PATCH] net/thunderx: add compile-time checks

2017-04-30 Thread Jerin Jacob
The thunderx PMD is sensitive to the layout of the mbuf on the RX path. Add in some compile-time checks to make sure the mbuf layout assumptions are valid, and to provide hints to anyone changing the mbuf where things may need to be updated. Signed-off-by: Jerin Jacob --- - As previously discusse