numam-dpdk/drivers/net/e1000/base
Jerin Jacob 1539acc20a drivers: remove warning with Meson 0.59
Since meson 0.59.0 version, the extract_all_objects() API
need to pass explicit boolean value.

To remove the following warning[1], added explicit `true` for
extract_all_objects() use in codebase whever there is
no argument.

[1]
WARNING: extract_all_objects called without setting recursive
keyword argument. Meson currently defaults to
non-recursive to maintain backward compatibility but
the default will be changed in the future.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2021-08-27 15:51:34 +02:00
..
e1000_80003es2lan.c
e1000_80003es2lan.h
e1000_82540.c
e1000_82541.c
e1000_82541.h
e1000_82542.c
e1000_82543.c
e1000_82543.h
e1000_82571.c
e1000_82571.h
e1000_82575.c
e1000_82575.h
e1000_api.c
e1000_api.h
e1000_base.c
e1000_base.h
e1000_defines.h
e1000_hw.h
e1000_i210.c
e1000_i210.h
e1000_ich8lan.c
e1000_ich8lan.h
e1000_mac.c
e1000_mac.h
e1000_manage.c
e1000_manage.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_osdep.c
e1000_osdep.h
e1000_phy.c
e1000_phy.h
e1000_regs.h
e1000_vf.c
e1000_vf.h
meson.build drivers: remove warning with Meson 0.59 2021-08-27 15:51:34 +02:00
README

/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2010-2020 Intel Corporation
 */

This directory contains source code of FreeBSD em & igb drivers of version
cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/
contains the original source package.

This driver is valid for the product(s) listed below
* Intel® Ethernet Controller 82540
* Intel® Ethernet Controller 82545 Series
* Intel® Ethernet Controller 82546 Series
* Intel® Ethernet Controller 82571 Series
* Intel® Ethernet Controller 82572 Series
* Intel® Ethernet Controller 82573
* Intel® Ethernet Controller 82574
* Intel® Ethernet Controller 82583
* Intel® Ethernet Controller I217 Series
* Intel® Ethernet Controller I218 Series
* Intel® Ethernet Controller I219 Series
* Intel® Ethernet Controller 82576 Series
* Intel® Ethernet Controller 82575 Series
* Intel® Ethernet Controller 82580 Series
* Intel® Ethernet Controller I350 Series
* Intel® Ethernet Controller I210 Series
* Intel® Ethernet Controller I211
* Intel® Ethernet Controller I354 Series
* Intel® Ethernet Controller DH89XXCC Series

Updating the driver
===================

NOTE: The source code in this directory should not be modified apart from
the following file(s):

    e1000_osdep.c
    e1000_osdep.h