On 2/2/2023 9:21 AM, Jiawen Wu wrote: > Fix some bugs and support to process more interrupt events. > > v2: > - fix buffer size less than 1K > - fix c99 comment syntax ('//') > - remove useless parameter 'ptype' > - expand commit log for packet type > - separate the interrupt disable fix to another patch > > Jiawen Wu (10): > net/ngbe: fix Rx buffer size in configure register > net/txgbe: fix Rx buffer size in configure register > net/txgbe: fix default signal quality value for KX/KX4 > net/txgbe: fix packet type to parse from offload flags > net/ngbe: fix packet type to parse from offload flags > net/ngbe: add spinlock protection on YT PHY > net/ngbe: add chip overheat support > net/txgbe: add chip overheat support > net/txgbe: fix interrupt loss > net/txgbe: add SFP hot-plug identification support >
Except from 1/10 & 2/10, Series applied to dpdk-next-net/main, thanks. First two patch can be discussed and sent a new version if required separately since they are independent patches.