Re: [dpdk-dev] [PATCH v3 4/5] net/fm10k: add flow interface and switch management

2020-04-08 Thread Xiaojun Liu
Hi Xiao, OK. I will check the two empty lines carefully and check the patch by "git am". Best regards, Xiaojun -Original Message- From: Wang, Xiao W [mailto:xiao.w.w...@intel.com] Sent: Thursday, April 02, 2020 4:56 PM To: Xiaojun Liu; Zhang, Qi Z; Kwan, Ngai-mint; Keller, Jacob E Cc:

Re: [dpdk-dev] [PATCH v3 4/5] net/fm10k: add flow interface and switch management

2020-04-02 Thread Wang, Xiao W
Hi, Applying: net/fm10k: add flow interface and switch management .git/rebase-apply/patch:915: new blank line at EOF. + warning: 1 line adds whitespace errors. Besides, I see that you use two empty lines to delimit two functions in some places, please align to 1 empty line. Please understand up

[dpdk-dev] [PATCH v3 4/5] net/fm10k: add flow interface and switch management

2020-03-20 Thread Xiaojun Liu
Add flow interface to support offload flow into HW. It supports parse vlan and parse mpls, all these data will be transferred to ffu data. Add switch management, includes initialization, port mapping, epl port link, LED controller, interrupt handler. It create 3 threads. One for interrupt handler,