On 9/21/17, 1:51 AM, "Yuanhan Liu" <[email protected]> wrote:

    On Thu, Sep 21, 2017 at 07:55:53AM +0000, Darrell Ball wrote:
    > Hi Yuanhan
    > 
    > We discussed the RTE_FLOW_ACTION_TYPE_RSS action, in the dpdk meeting.
    > There is related discussion and details in this thread.
    > It seems the RTE_FLOW_ACTION_TYPE_RSS action can be supported by the 
drivers.
    > If this is the case, then:
    > 1/ We could program only one try with this action.
    > 2/ Masked flows would be distributed to different PMDs as is otherwise 
true today
    > 3/ Since multiple PMDs could see the same flow, the mark would be global 
across PMDs.
    
    I have already made it to global in v3. Hopefully I could send it out by
    the end of tomorrow.
    
    > 
    > Can you check if this can work ?
    
    Sure. Just want to make it clearn, if it works, should we still keep the
    queue index workaround?  Or, just remove it?

The second try with a single queue would not be needed.
The first try should always (hopefully) work for RTE_FLOW_ACTION_TYPE_RSS
This would need to include all the queues used for the port in question
and the same RSS config we use, which is in netdev-dpdk.
It is a bit more work overall.

Darrell

    
    Thanks.
    
        --yliu
    

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to