From: David S. Miller Date: Tue, 2 Jan 2024 14:19:54 +0000 (+0000) Subject: Merge branch 'octeon_ep_vf-driver' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d8213efe46aafd78ba0893500a54e66e774f8e19;p=linux.git Merge branch 'octeon_ep_vf-driver' Shinas Rasheed says: ==================== add octeon_ep_vf driver This driver implements networking functionality of Marvell's Octeon PCI Endpoint NIC VF. This driver support following devices: * Network controller: Cavium, Inc. Device b203 * Network controller: Cavium, Inc. Device b403 * Network controller: Cavium, Inc. Device b103 * Network controller: Cavium, Inc. Device b903 * Network controller: Cavium, Inc. Device ba03 * Network controller: Cavium, Inc. Device bc03 * Network controller: Cavium, Inc. Device bd03 Changes: V2: - Removed linux/version.h header file from inclusion in octep_vf_main.c - Corrected Makefile entry to include building octep_vf_mbox.c in [6/8] patch. - Removed redundant vzalloc pointer cast and vfree pointer check in [6/8] patch. V1: https://lore.kernel.org/all/20231221092844.2885872-1-srasheed@marvell.com/ ==================== Signed-off-by: David S. Miller --- d8213efe46aafd78ba0893500a54e66e774f8e19