> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, April 16, 2019 17:00 > To: Xu, Rosen <[email protected]>; [email protected] > Cc: Zhang, Tianfei <[email protected]>; Wei, Dan > <[email protected]>; Pei, Andy <[email protected]>; Yang, Qiming > <[email protected]>; Wang, Haiyue <[email protected]>; Chen, > Santos <[email protected]>; Zhang, Zhang <[email protected]>; > Lomartire, David <[email protected]>; Hu, Jia <[email protected]> > 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

