2014-10-22 09:01, Jingjing Wu: > The patch set supports flow director on fortville. > It includes: > - set up/tear down fortville resources to support flow director, such as > queue and vsi. > - support operation to add or delete 8 flow types of the flow director > filters, they are ipv4, tcpv4, udpv4, sctpv4, ipv6, tcpv6, udpv6, sctpv6. > - support flushing flow director table (all filters). > - support operation to get flow director information. > - match status statistics, FD_ID report. > - support operation to configure flexible payload and its mask > - support flexible payload involved in comparison and flex bytes report. > > v2 changes: > - create real fdir vsi and assign queue 0 pair to it. > - check filter status report on the rx queue 0 > > v3 changes: > - redefine filter APIs to support multi-kind filters > - support sctpv4 and sctpv6 type flows > - support flexible payload involved in comparison > > v4 changes: > - strip the filter APIs definitions from this patch set > - extend mbuf field to support flex bytes report > - fix typos
Previous version was acked by Chen Jing D(Mark) and Helin Zhang. Have they reviewed the v4? I won't review neither i40e nor testpmd parts in detail. I prefer focusing on API (mbuf and ethdev) for my review. -- Thomas