Re: [dpdk-dev] [PATCH v2 0/9] remove mbuf seqn

2020-10-31 Thread Thomas Monjalon
28/10/2020 13:20, David Marchand: > Followup on the work started by Thomas to free some space in the mbuf > structure. > This series applies on top of Thomas v4 series [1] and drops the seqn > field that had been deprecated. Thanks for the follow-up. Applied, thanks. Next step: removing timestam

[dpdk-dev] [PATCH v2 0/9] remove mbuf seqn

2020-10-28 Thread David Marchand
Followup on the work started by Thomas to free some space in the mbuf structure. This series applies on top of Thomas v4 series [1] and drops the seqn field that had been deprecated. 1: https://patchwork.dpdk.org/project/dpdk/list/?series=13416 -- David Marchand Changelog since v1: - rebased on