Re: [dpdk-dev] [PATCH] net/bnxt: add support for 200G PAM4 link

2020-09-25 Thread Ajit Khaparde
On Thu, Sep 24, 2020 at 4:53 PM Ajit Khaparde wrote: > > Thor based NICs can support PAM4 as wells as NRZ link negotiation. > With this patch we are adding support for 200G link speeds based on > PAM4 signaling. While PAM4 can negotiate speeds for 50G and 100G as > well, the PMD will use NRZ signa

[dpdk-dev] [PATCH] net/bnxt: add support for 200G PAM4 link

2020-09-24 Thread Ajit Khaparde
Thor based NICs can support PAM4 as wells as NRZ link negotiation. With this patch we are adding support for 200G link speeds based on PAM4 signaling. While PAM4 can negotiate speeds for 50G and 100G as well, the PMD will use NRZ signalling for these speeds. Signed-off-by: Ajit Khaparde Reviewed-

[dpdk-dev] [PATCH] net/bnxt: add support for 200G PAM4 link

2020-09-24 Thread Ajit Khaparde
Thor based NICs can support PAM4 as wells as NRZ link negotiation. With this patch we are adding support for 200G link speeds based on PAM4 signaling. While PAM4 can negotiate speeds for 50G and 100G as well, the PMD will use NRZ signalling for these speeds. Signed-off-by: Ajit Khaparde Reviewed-