Message ID | 1555384671-42092-1-git-send-email-rosen.xu@intel.com |
---|---|
Headers | show |
Series |
|
Related | show |
On 4/16/2019 4:17 AM, Rosen Xu wrote: > v9 updates: > ========= > - Fix v8 comments > - 02/14 patch check error, just follow Ferruh's v8 comments > > v8 updates: > ========= > - Fix meter color definition replacement > > v7 updates: > ========= > - Fix Stephen comments > > v6 updates: > ========== > - Fix v5 comments > - Fix TM Shaper rate issue > > v5 updates: > ========== > - Fix EXPERIMENTAL symbol definition issue > > v4 updates: > ========== > - Fix coding style issues > > v3 updates: > ========== > - Fix v2 comments > - Update MAC BAR of AFU index get ops > - Remove OPAE share code dependency of libfdt > > v2 updates: > ========== > - Fix v1 comments > - Add support for 10G Base Line Design Bitstream > - Add support for 25G Base Line Design Bitstream > > This patch set adds the support of a new net PMD, Intel® FPGA Programmable > Acceleration Card N3000, also called ipn3ke. > > The ipn3ke PMD (librte_pmd_ipn3ke) provides poll mode driver support > for Intel® FPGA PAC(Programmable Acceleration Card) N3000 based on > the Intel Ethernet Controller X710/XXV710 and Intel Arria 10 FPGA. > > In this card, FPGA is an acceleration bridge between network interface > and the Intel Ethernet Controller. Although both FPGA and Ethernet > Controllers are connected to CPU with PCIe Gen3x16 Switch, all the > packet RX/TX is handled by Intel Ethernet Controller. So from application > point of view the data path is still the legacy Intel Ethernet Controller > X710/XXV710 PMD. Besides this, users can enable more acceleration > > > Rosen Xu (7): > bus/ifpga: add AFU shared data > bus/ifpga: add function for AFU search by name > net/ipn3ke: add IPN3KE ethdev PMD driver > net/ipn3ke: add IPN3KE representor of PMD driver > net/ipn3ke: add IPN3KE TM of PMD driver > net/ipn3ke: add IPN3KE Flow of PMD driver > raw/ifpga_rawdev: add IPN3KE support for IFPGA Rawdev > > Tianfei zhang (7): > raw/ifpga_rawdev: clean up code for ifpga share code > raw/ifpga_rawdev: store private features in FME and Port > raw/ifpga_rawdev: add SPI and MAX10 device driver > raw/ifpga_rawdev: add I2C and at24 EEPROM driver > raw/ifpga_rawdev: add eth group driver > raw/ifpga_rawdev: add version description on README > raw/ifpga_rawdev: using prefix name for feature and its ops Series applied to dpdk-next-net/master, thanks. Can you please send a release notes patch, that updates: - introduce new ipn3ke net driver - updates on ifpga_rawdev Thanks, ferruh
On 4/16/2019 10:00 AM, Ferruh Yigit wrote: > Series applied to dpdk-next-net/master, thanks. > > Can you please send a release notes patch, that updates: > > - introduce new ipn3ke net driver > - updates on ifpga_rawdev btw, after the patch has been merged to main repo, can you also send a web patch to announce the new net PMD in dpdk.org web site.
> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, April 16, 2019 17:05 > To: Xu, Rosen <rosen.xu@intel.com>; dev@dpdk.org > Cc: Zhang, Tianfei <tianfei.zhang@intel.com>; Wei, Dan > <dan.wei@intel.com>; Pei, Andy <andy.pei@intel.com>; Yang, Qiming > <qiming.yang@intel.com>; Wang, Haiyue <haiyue.wang@intel.com>; Chen, > Santos <santos.chen@intel.com>; Zhang, Zhang <zhang.zhang@intel.com>; > Lomartire, David <david.lomartire@intel.com>; Hu, Jia <jia.hu@intel.com> > Subject: Re: [dpdk-dev] [PATCH v9 00/14] Add patch set for IPN3KE > > On 4/16/2019 10:00 AM, Ferruh Yigit wrote: > > Series applied to dpdk-next-net/master, thanks. > > > > Can you please send a release notes patch, that updates: > > > > - introduce new ipn3ke net driver > > - updates on ifpga_rawdev > > btw, after the patch has been merged to main repo, can you also send a web > patch to announce the new net PMD in dpdk.org web site. Okay
> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, April 16, 2019 17:00 > To: Xu, Rosen <rosen.xu@intel.com>; dev@dpdk.org > Cc: Zhang, Tianfei <tianfei.zhang@intel.com>; Wei, Dan > <dan.wei@intel.com>; Pei, Andy <andy.pei@intel.com>; Yang, Qiming > <qiming.yang@intel.com>; Wang, Haiyue <haiyue.wang@intel.com>; Chen, > Santos <santos.chen@intel.com>; Zhang, Zhang <zhang.zhang@intel.com>; > Lomartire, David <david.lomartire@intel.com>; Hu, Jia <jia.hu@intel.com> > Subject: Re: [dpdk-dev] [PATCH v9 00/14] Add patch set for IPN3KE > > On 4/16/2019 4:17 AM, Rosen Xu wrote: > > v9 updates: > > ========= > > - Fix v8 comments > > - 02/14 patch check error, just follow Ferruh's v8 comments > > > > v8 updates: > > ========= > > - Fix meter color definition replacement > > > > v7 updates: > > ========= > > - Fix Stephen comments > > > > v6 updates: > > ========== > > - Fix v5 comments > > - Fix TM Shaper rate issue > > > > v5 updates: > > ========== > > - Fix EXPERIMENTAL symbol definition issue > > > > v4 updates: > > ========== > > - Fix coding style issues > > > > v3 updates: > > ========== > > - Fix v2 comments > > - Update MAC BAR of AFU index get ops > > - Remove OPAE share code dependency of libfdt > > > > v2 updates: > > ========== > > - Fix v1 comments > > - Add support for 10G Base Line Design Bitstream > > - Add support for 25G Base Line Design Bitstream > > > > This patch set adds the support of a new net PMD, Intel® FPGA > > Programmable Acceleration Card N3000, also called ipn3ke. > > > > The ipn3ke PMD (librte_pmd_ipn3ke) provides poll mode driver support > > for Intel® FPGA PAC(Programmable Acceleration Card) N3000 based on the > > Intel Ethernet Controller X710/XXV710 and Intel Arria 10 FPGA. > > > > In this card, FPGA is an acceleration bridge between network interface > > and the Intel Ethernet Controller. Although both FPGA and Ethernet > > Controllers are connected to CPU with PCIe Gen3x16 Switch, all the > > packet RX/TX is handled by Intel Ethernet Controller. So from > > application point of view the data path is still the legacy Intel > > Ethernet Controller > > X710/XXV710 PMD. Besides this, users can enable more acceleration > > > > > > Rosen Xu (7): > > bus/ifpga: add AFU shared data > > bus/ifpga: add function for AFU search by name > > net/ipn3ke: add IPN3KE ethdev PMD driver > > net/ipn3ke: add IPN3KE representor of PMD driver > > net/ipn3ke: add IPN3KE TM of PMD driver > > net/ipn3ke: add IPN3KE Flow of PMD driver > > raw/ifpga_rawdev: add IPN3KE support for IFPGA Rawdev > > > > Tianfei zhang (7): > > raw/ifpga_rawdev: clean up code for ifpga share code > > raw/ifpga_rawdev: store private features in FME and Port > > raw/ifpga_rawdev: add SPI and MAX10 device driver > > raw/ifpga_rawdev: add I2C and at24 EEPROM driver > > raw/ifpga_rawdev: add eth group driver > > raw/ifpga_rawdev: add version description on README > > raw/ifpga_rawdev: using prefix name for feature and its ops > > Series applied to dpdk-next-net/master, thanks. Thanks. > Can you please send a release notes patch, that updates: > > - introduce new ipn3ke net driver > - updates on ifpga_rawdev Okay. > Thanks, > ferruh