Re: [dpdk-dev] [PATCH v3 0/2] TAP RSS eBPF cover letter

2018-01-10 Thread Jason Wang
On 2018年01月10日 23:34, Ophir Munk wrote: I agree that classifying directly through eBPF using socket filter is easier than building a set of rules in TC, however there are more concerns that justify using eBPF with TC. 1. An RSS rule can come in the middle of non-RSS rules. It seems natural to

Re: [dpdk-dev] [PATCH v3 0/2] TAP RSS eBPF cover letter

2018-01-10 Thread Ophir Munk
Re: [dpdk-dev] [PATCH v3 0/2] TAP RSS eBPF cover letter > > > > On 2018年01月10日 15:06, Ophir Munk wrote: > > The patches of TAP RSS eBPF follow the RFC on this issue > > > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdpd > > > k.org%2Fdev%2

Re: [dpdk-dev] [PATCH v3 0/2] TAP RSS eBPF cover letter

2018-01-10 Thread Jason Wang
On 2018年01月10日 15:06, Ophir Munk wrote: The patches of TAP RSS eBPF follow the RFC on this issue https://dpdk.org/dev/patchwork/patch/31781/ v3 changes with respect to v2 = * Add support for IPv6 RSS in BPF program * Bug fixes * Updated compatibility to kernel versi