Thread (2 messages) 2 messages, 2 authors, 2020-02-19

Re: [dpdk-dev] [PATCH v2 0/7] support switch management

From: Wang, Xiao W <hidden>
Date: 2020-02-19 10:56:39

Hi Xiaojun,


  1.  No, don't base on the old patch. Just send new version.
  2.  Yes.
  3.  No need, just send to the same names as this version. Please remember to add "-in-reply-to <Message-ID>" when sending new version.

The Message-ID can be found in the email header of the previous patch or in  http://patches.dpdk.org/project/dpdk/list/?state=*&archive=both.

Also, please document what change you made from previous version. You can refer to others' patches in the mailing list.

Best Regards,
Xiao

From: Xiaojun Liu <redacted>
Sent: Wednesday, February 19, 2020 1:58 PM
To: Wang, Xiao W <redacted>
Cc: dev@dpdk.org; Zhang, Qi Z <redacted>; Kwan, Ngai-mint <redacted>; Fornal, Jakub <redacted>; Keller, Jacob E <jacob.e.keller@intel.com>; Jeff Zheng <redacted>; Eyal Cohen <redacted>
Subject: Re: [PATCH v2 0/7] support switch management

Hi Xiao,

I have already finished the fixing.
Thank you for your helping so much. I still have some questions.

  1.  Shall I generate the patch based on old patches ?
  2.  I used checkpatches.sh+check-git-log.sh+test-build.sh to check the patch, is that enough ?
  3.  May I send the patch to you first ? So you can help checking it before I submit.
Best regards,
Xiaojun
________________________________
From: dev <dev-bounces@dpdk.org<mailto:dev-bounces@dpdk.org>> on behalf of Xiaojun Liu <xiaojun.liu@silicom.co.il<mailto:xiaojun.liu@silicom.co.il>>
Sent: Friday, February 14, 2020 10:46 AM
To: Wang, Xiao W <xiao.w.wang@intel.com<mailto:xiao.w.wang@intel.com>>
Cc: dev@dpdk.org<mailto:dev@dpdk.org> <dev@dpdk.org<mailto:dev@dpdk.org>>; Zhang, Qi Z <qi.z.zhang@intel.com<mailto:qi.z.zhang@intel.com>>; Kwan, Ngai-mint <ngai-mint.kwan@intel.com<mailto:ngai-mint.kwan@intel.com>>; Fornal, Jakub <jakub.fornal@intel.com<mailto:jakub.fornal@intel.com>>; Keller, Jacob E <jacob.e.keller@intel.com<mailto:jacob.e.keller@intel.com>>; Jeff Zheng <jeff.zheng@silicom.co.il<mailto:jeff.zheng@silicom.co.il>>; Eyal Cohen <eyalc@silicom.co.il<mailto:eyalc@silicom.co.il>>
Subject: Re: [dpdk-dev] [PATCH v2 0/7] support switch management

hi Xiao,

Thanks for your comments! I will fix them ASAP.

Best regards,
Xiaojun
________________________________
From: Wang, Xiao W <xiao.w.wang@intel.com<mailto:xiao.w.wang@intel.com>>
Sent: Tuesday, February 11, 2020 6:31 PM
To: Xiaojun Liu <xiaojun.liu@silicom.co.il<mailto:xiaojun.liu@silicom.co.il>>
Cc: dev@dpdk.org<mailto:dev@dpdk.org> <dev@dpdk.org<mailto:dev@dpdk.org>>; Zhang, Qi Z <qi.z.zhang@intel.com<mailto:qi.z.zhang@intel.com>>; Kwan, Ngai-mint <ngai-mint.kwan@intel.com<mailto:ngai-mint.kwan@intel.com>>; Fornal, Jakub <jakub.fornal@intel.com<mailto:jakub.fornal@intel.com>>; Keller, Jacob E <jacob.e.keller@intel.com<mailto:jacob.e.keller@intel.com>>; Jeff Zheng <jeff.zheng@silicom.co.il<mailto:jeff.zheng@silicom.co.il>>; Eyal Cohen <eyalc@silicom.co.il<mailto:eyalc@silicom.co.il>>
Subject: RE: [PATCH v2 0/7] support switch management

Since this is a big code change, so just some general comments/suggestions for your next version patch set:

- please clean up comments like "XXX" in the code.
- It's better to define MACRO for all register addrs and bit shift, please try to avoid magic number (e.g. in the serdes part).
- There're threads created for handling events and timers, we'd better use pthread_join() to recycle them in fm10k_sm_detach().
- set "tapstop" and "shiftwidth" to 8 in vimrc, then recheck the macros and keep them aligned.
- There're some "printf" for debugging, please use dpdk logging API instead.

Best Regards,
Xiao
-----Original Message-----
From: Xiaojun Liu <xiaojun.liu@silicom.co.il<mailto:xiaojun.liu@silicom.co.il>>
Sent: Tuesday, January 21, 2020 2:15 PM
To: Wang, Xiao W <xiao.w.wang@intel.com<mailto:xiao.w.wang@intel.com>>
Cc: dev@dpdk.org<mailto:dev@dpdk.org>; Zhang, Qi Z <qi.z.zhang@intel.com<mailto:qi.z.zhang@intel.com>>; Kwan, Ngai-mint
<ngai-mint.kwan@intel.com<mailto:ngai-mint.kwan@intel.com>>; jakub.fornal@intel.co<mailto:jakub.fornal@intel.co>; Keller, Jacob E
<jacob.e.keller@intel.com<mailto:jacob.e.keller@intel.com>>; Jeff Zheng <jeff.zheng@silicom.co.il<mailto:jeff.zheng@silicom.co.il>>; Eyal
Cohen <eyalc@silicom.co.il<mailto:eyalc@silicom.co.il>>
Subject: RE: [PATCH v2 0/7] support switch management

Hi Xiao,

Thank you! I will update the commit log and prepare a document to describe
the design and implementation.

Best regards,
Xiaojun

-----Original Message-----
From: Wang, Xiao W [mailto:xiao.w.wang@intel.com]
Sent: Tuesday, January 21, 2020 10:53 AM
To: Xiaojun Liu
Cc: dev@dpdk.org<mailto:dev@dpdk.org>; Zhang, Qi Z; Kwan, Ngai-mint; jakub.fornal@intel.co<mailto:jakub.fornal@intel.co>;
Keller, Jacob E
Subject: RE: [PATCH v2 0/7] support switch management

Hi Xiaojun,

Could you please help to improve the commit logs of all the 7 patches? They
look very similar, and info like below is not very helpful for reviewer, since
we already know which file you are adding.
"To support switch management, add the following files:
Add fm10k/switch/fm10k_debug.h(define log Macros).
Add fm10k/switch/fm10k_regs.h(define all the registers)."

Please talk more about the design and implementation details in the commit
log. Refer to history patches if you need a sample.

Also please help to address the compile error reported by automation in link
http://patches.dpdk.org/patch/63742/:
"ci/Intel-compilation fail    Compilation issues"

I would look deeper into your change, and you can address above comments
simultaneously.

Best Regards,
Xiao
quoted
-----Original Message-----
From: Xiaojun Liu <xiaojun.liu@silicom.co.il<mailto:xiaojun.liu@silicom.co.il>>
Sent: Wednesday, December 11, 2019 5:52 PM
To: Wang, Xiao W <xiao.w.wang@intel.com<mailto:xiao.w.wang@intel.com>>; Zhang, Qi Z
<qi.z.zhang@intel.com<mailto:qi.z.zhang@intel.com>>; Kwan, Ngai-mint <ngai-mint.kwan@intel.com<mailto:ngai-mint.kwan@intel.com>>;
jakub.fornal@intel.co<mailto:jakub.fornal@intel.co>; Keller, Jacob E <jacob.e.keller@intel.com<mailto:jacob.e.keller@intel.com>>
Cc: dev@dpdk.org<mailto:dev@dpdk.org>; Xiaojun Liu <xiaojun.liu@silicom.co.il<mailto:xiaojun.liu@silicom.co.il>>
Subject: [PATCH v2 0/7] support switch management

To avoid configuration for both kernel driver
and userspace SDK outside DPDK, we add switch
management in FM10K DPDK PMD driver.
To enable switch management, you need add
CONFIG_RTE_FM10K_MANAGEMENT=y in
config/common_linux when building.


Xiaojun Liu (7):
  net/fm10k: add i2c sbus registers definition
  net/fm10k: add some modules of port
  net/fm10k: add config ffu statistics support
  net/fm10k: add flow and switch management
  net/fm10k: add switch initialization
  net/fm10k: add mirror and filter ctrl
  net/fm10k: add dpdk port mapping

 drivers/net/fm10k/Makefile                  |   22 +
 drivers/net/fm10k/fm10k_ethdev.c            |  580 +++++-
 drivers/net/fm10k/switch/fm10k_config.c     |  855 ++++++++
 drivers/net/fm10k/switch/fm10k_config.h     |  171 ++
 drivers/net/fm10k/switch/fm10k_debug.h      |   19 +
 drivers/net/fm10k/switch/fm10k_ext_port.c   |  841 ++++++++
 drivers/net/fm10k/switch/fm10k_ext_port.h   |  136 ++
 drivers/net/fm10k/switch/fm10k_ffu.c        | 1209 +++++++++++
 drivers/net/fm10k/switch/fm10k_ffu.h        |   31 +
 drivers/net/fm10k/switch/fm10k_flow.c       |  872 ++++++++
 drivers/net/fm10k/switch/fm10k_flow.h       |   26 +
 drivers/net/fm10k/switch/fm10k_i2c.c        |  310 +++
 drivers/net/fm10k/switch/fm10k_i2c.h        |   54 +
 drivers/net/fm10k/switch/fm10k_regs.h       | 2202
++++++++++++++++++++
quoted
 drivers/net/fm10k/switch/fm10k_sbus.c       |  292 +++
 drivers/net/fm10k/switch/fm10k_sbus.h       |   40 +
 drivers/net/fm10k/switch/fm10k_serdes.c     | 1886 +++++++++++++++++
 drivers/net/fm10k/switch/fm10k_serdes.h     |   32 +
 drivers/net/fm10k/switch/fm10k_sm.c         |  182 ++
 drivers/net/fm10k/switch/fm10k_sm.h         |   78 +
 drivers/net/fm10k/switch/fm10k_spico_code.c | 2966
+++++++++++++++++++++++++++
 drivers/net/fm10k/switch/fm10k_spico_code.h |   21 +
 drivers/net/fm10k/switch/fm10k_stats.c      | 1242 +++++++++++
 drivers/net/fm10k/switch/fm10k_stats.h      |  257 +++
 drivers/net/fm10k/switch/fm10k_switch.c     | 2562
+++++++++++++++++++++++
 drivers/net/fm10k/switch/fm10k_switch.h     |  336 +++
 26 files changed, 17188 insertions(+), 34 deletions(-)
 create mode 100644 drivers/net/fm10k/switch/fm10k_config.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_config.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_debug.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_ext_port.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_ext_port.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_ffu.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_ffu.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_flow.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_flow.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_i2c.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_i2c.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_regs.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_sbus.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_sbus.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_serdes.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_serdes.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_sm.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_sm.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_spico_code.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_spico_code.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_stats.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_stats.h
 create mode 100644 drivers/net/fm10k/switch/fm10k_switch.c
 create mode 100644 drivers/net/fm10k/switch/fm10k_switch.h

--
1.8.3.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help