On 10/21/2018 3:22 PM, Dekel Peled wrote: > This series implements the match-metadata feature described in [1]. > > [1] "[RFC v2] ethdev: support metadata as flow rule criteria" > http://mails.dpdk.org/archives/dev/2018-August/110194.html > > --- > v6: > Apply code review comments: > * Squash testpmd patches into single patch. > * Update documentation. > * testpmd support exact metadata value only ('is' option). > > v5: > Apply code review comments: > * Update mbuf comments for clarity . > * Update feature description in programmer guide. > > v4: > Apply code review comments: > * Change location of metadata item in mbuf. > * Update debug commands. > > v3: > * Add link to RFC email. > * Add cover letter subject line. > > v2: > * Fix some checkpatch coding style issues (wrongly sent). > --- > > Dekel Peled (2): > ethdev: support metadata as flow rule criteria > app/testpmd: support metadata as flow rule item
Series applied to dpdk-next-net/master, thanks.