RDMA/ionic: Add Makefile/Kconfig to kernel build environmentAdd ionic to the kernel build environment.Co-developed-by: Allen Hubbe <allen.hubbe@amd.com>Signed-off-by: Allen Hubbe <allen.hubbe@am
RDMA/ionic: Add Makefile/Kconfig to kernel build environmentAdd ionic to the kernel build environment.Co-developed-by: Allen Hubbe <allen.hubbe@amd.com>Signed-off-by: Allen Hubbe <allen.hubbe@amd.com>Signed-off-by: Abhijit Gangurde <abhijit.gangurde@amd.com>Link: https://patch.msgid.link/20250903061606.4139957-15-abhijit.gangurde@amd.comSigned-off-by: Leon Romanovsky <leon@kernel.org>
show more ...
net: ionic: Create an auxiliary device for rdma driverTo support RDMA capable ethernet device, create an auxiliary device inthe ionic Ethernet driver. The RDMA device is modeled as an auxiliaryde
net: ionic: Create an auxiliary device for rdma driverTo support RDMA capable ethernet device, create an auxiliary device inthe ionic Ethernet driver. The RDMA device is modeled as an auxiliarydevice to the Ethernet device.Reviewed-by: Shannon Nelson <shannon.nelson@amd.com>Signed-off-by: Abhijit Gangurde <abhijit.gangurde@amd.com>Link: https://patch.msgid.link/20250903061606.4139957-2-abhijit.gangurde@amd.comSigned-off-by: Leon Romanovsky <leon@kernel.org>
ionic: update documentation for XDP supportAdd information to our documentation for the XDP featuresand related ethtool stats.While we're here, we also add the missing timestamp stats.Signed-o
ionic: update documentation for XDP supportAdd information to our documentation for the XDP featuresand related ethtool stats.While we're here, we also add the missing timestamp stats.Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>Reviewed-by: Simon Horman <horms@kernel.org>Link: https://lore.kernel.org/r/20240319163534.38796-1-shannon.nelson@amd.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet <corbet@lwn.net>Cc: linux-doc@vger.kernel.orgCc: Jiri Pirko <jiri@nvidia.com>Cc: "David S. Miller" <davem@davemloft.net>Cc: Eric Dumazet <edumazet@google.com>Cc: Jakub Kicinski <kuba@kernel.org>Cc: Paolo Abeni <pabeni@redhat.com>Cc: netdev@vger.kernel.orgLink: https://lore.kernel.org/r/20230129231053.20863-5-rdunlap@infradead.orgSigned-off-by: Paolo Abeni <pabeni@redhat.com>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <kuba@kernel.org>Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>Acked-by: Shannon Nelson <snelson@pensando.io>Signed-off-by: David S. Miller <davem@davemloft.net>