Re: [PATCH] fm10k: allocate logical ports for flow director
From: He, Shaopeng <hidden>
Date: 2016-02-01 07:40:16
From: He, Shaopeng <hidden>
Date: 2016-02-01 07:40:16
-----Original Message----- From: Chen, Jing D Sent: Wednesday, December 30, 2015 4:36 PM To: dev@dpdk.org Cc: Yigit, Ferruh; He, Shaopeng; Chen, Jing D Subject: [PATCH] fm10k: allocate logical ports for flow director From: "Chen Jing D(Mark)" <redacted> In fm10k, PF, VF, VMDQ or queues binding to flow director rule can be considered as a logical port. Original implementation only create single one for all cases. This change creates totally 128 logical ones, first 64 for PF and VMDQ, second 64 for flow director. Registers DGLORTDEC/DGLORTMAP define rules how to classify packets into different queues. Now only PF and VMDQ cases are considered. This change add rules for flow director. Signed-off-by: Chen Jing D(Mark) <redacted>
Acked-by: Shaopeng He <redacted>