-----Original Message-----
From: [email protected]
[mailto:[email protected]]
Sent: mercoledì 21 settembre 2016 17:13
To: [email protected]
Subject: E1000-devel Digest, Vol 125, Issue 15
Send E1000-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/e1000-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific than "Re:
Contents of E1000-devel digest..."
Today's Topics:
1. Re: E1000-devel Digest, Vol 125, Issue 14 (Christian Marangoni)
2. Dreamforce Cloud Expo 2016 (Alex Steven)
3. Re: [PATCH 1/1] ixgbe: replace defined with IS_ENABLED
(Tantilov, Emil S)
4. Re: [PATCH 1/1] ixgbe: replace defined with IS_ENABLED (zhuyj)
5. ???????? (Email_admin)
----------------------------------------------------------------------
Message: 1
Date: Mon, 19 Sep 2016 09:27:28 +0200
From: Christian Marangoni <[email protected]>
Subject: Re: [E1000-devel] E1000-devel Digest, Vol 125, Issue 14
To: "[email protected]"
<[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hi Team,
we have 27 machine del r730, with this network card
lspci | grep net
01:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710 for
10GbE SFP+ (rev 01)
01:00.1 Ethernet controller: Intel Corporation Ethernet Controller X710 for
10GbE SFP+ (rev 01)
07:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection
(rev 01)
07:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection
(rev 01)
Only em1 and em2 are enable
ethtool -i em1
driver: i40e
version: 1.0.11-k
firmware-version: f5.0 a1.5 n05.04 e800024bc
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
ethtool -i em2
driver: i40e
version: 1.0.11-k
firmware-version: f5.0 a1.5 n05.04 e800024bc
bus-info: 0000:01:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
this are in bonding configuration ALB mode
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: em1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9000 qdisc mq master bond0
state UP qlen 1000
link/ether f8:bc:12:14:34:e0 brd ff:ff:ff:ff:ff:ff
3: em3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen
1000
link/ether f8:bc:12:14:35:00 brd ff:ff:ff:ff:ff:ff
4: em2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9000 qdisc mq master bond0
state UP qlen 1000
We receive many errors with this message on em1 and em2 interface :
Sep 16 17:05:49 PRB163 kernel: i40e 0000:01:00.1: TX driver issue detected, PF
reset issued Sep 16 17:05:50 PRB163 kernel: i40e 0000:01:00.1: FCoE capability
is disabled Sep 16 17:05:50 PRB163 kernel: i40e 0000:01:00.1: i40e_ptp_init:
added PHC on em2 Sep 16 17:05:50 PRB163 kernel: i40e 0000:01:00.1 em2: NIC Link
is Up 10 Gbps Full Duplex, Flow Control: None Sep 16 17:05:50 PRB163 kernel:
bonding: bond0: link status up again after 0 ms for interface em2
Can you help us ?
Regards
Christian Marangoni
------------------------------
Message: 2
Date: Mon, 19 Sep 2016 21:09:46 +0530
From: Alex Steven <[email protected]>
Subject: [E1000-devel] Dreamforce Cloud Expo 2016
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hi,
This is Alex from Pre-sales team.
We found your company listed as an Exhibitor of Dreamforce Cloud Expo 2016.
Would you be interested to acquire the Business Contacts of Companies who are
the attendees of Dreamforce Cloud Expo 2016 for your unlimited marketing
usage..?
List Contains: Name, Company's Name, Phone Number, Fax Number, Job Title, Email
address, Complete Mailing Address, SIC code, Company revenue, size, Web address
etc.
Let me know your thoughts or pass on the message to the right person in your
company.
Thanks & regards,
Alex Steven
If you don't want to include yourself in our mailing list, please reply back
"RE: Leave Out" in a subject line
------------------------------
Message: 3
Date: Mon, 19 Sep 2016 17:00:02 +0000
From: "Tantilov, Emil S" <[email protected]>
Subject: Re: [E1000-devel] [PATCH 1/1] ixgbe: replace defined with
IS_ENABLED
To: "[email protected]" <[email protected]>,
"[email protected]" <[email protected]>,
"[email protected]"
<[email protected]>,
"Kirsher, Jeffrey T" <[email protected]>,
"[email protected]"
<[email protected]>
Message-ID:
<87618083b2453e4a8714035b62d67992506e6...@fmsmsx105.amr.corp.intel.com>
Content-Type: text/plain; charset="us-ascii"
>-----Original Message-----
>From: [email protected]
>[mailto:[email protected]] On Behalf Of [email protected]
>Sent: Wednesday, September 14, 2016 8:27 AM
>To: [email protected]; [email protected]; Kirsher,
>Jeffrey T <[email protected]>; [email protected]; e1000-
>[email protected]
>Subject: [PATCH 1/1] ixgbe: replace defined with IS_ENABLED
>
>From: Zhu Yanjun <[email protected]>
>
>Replace defined macro with IS_ENABLED in ixgbe.h file
>
>Signed-off-by: Zhu Yanjun <[email protected]>
>---
> drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>index 9475ff9..f8bc1d0 100644
>--- a/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>@@ -45,7 +45,7 @@
> #include "ixgbe_type.h"
> #include "ixgbe_common.h"
> #include "ixgbe_dcb.h"
>-#if defined(CONFIG_FCOE) || defined(CONFIG_FCOE_MODULE)
>+#if IS_ENABLED(CONFIG_FCOE)
> #define IXGBE_FCOE
> #include "ixgbe_fcoe.h"
> #endif /* CONFIG_FCOE or CONFIG_FCOE_MODULE */
>--
>2.7.4
Already taken care of by the following patch:
http://patchwork.ozlabs.org/patch/668894/
Thanks,
Emil
------------------------------
Message: 4
Date: Tue, 20 Sep 2016 21:09:47 +0800
From: zhuyj <[email protected]>
Subject: Re: [E1000-devel] [PATCH 1/1] ixgbe: replace defined with
IS_ENABLED
To: "Tantilov, Emil S" <[email protected]>
Cc: "[email protected]"
<[email protected]>, "[email protected]"
<[email protected]>, "[email protected]"
<[email protected]>
Message-ID:
<CAD=hENd2MO-3AuFZQz0i4sPSf5puDyrqgDw8Xgh=lnoxpiz...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
how about this patch "ixgbe: remove the useless header file ixgbe_type.h"?
On Tue, Sep 20, 2016 at 1:00 AM, Tantilov, Emil S <[email protected]>
wrote:
>>-----Original Message-----
>>From: [email protected]
>>[mailto:[email protected]] On Behalf Of
>>[email protected]
>>Sent: Wednesday, September 14, 2016 8:27 AM
>>To: [email protected]; [email protected]; Kirsher,
>>Jeffrey T <[email protected]>; [email protected]; e1000-
>>[email protected]
>>Subject: [PATCH 1/1] ixgbe: replace defined with IS_ENABLED
>>
>>From: Zhu Yanjun <[email protected]>
>>
>>Replace defined macro with IS_ENABLED in ixgbe.h file
>>
>>Signed-off-by: Zhu Yanjun <[email protected]>
>>---
>> drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>>b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>>index 9475ff9..f8bc1d0 100644
>>--- a/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>>+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe.h
>>@@ -45,7 +45,7 @@
>> #include "ixgbe_type.h"
>> #include "ixgbe_common.h"
>> #include "ixgbe_dcb.h"
>>-#if defined(CONFIG_FCOE) || defined(CONFIG_FCOE_MODULE)
>>+#if IS_ENABLED(CONFIG_FCOE)
>> #define IXGBE_FCOE
>> #include "ixgbe_fcoe.h"
>> #endif /* CONFIG_FCOE or CONFIG_FCOE_MODULE */
>>--
>>2.7.4
>
> Already taken care of by the following patch:
> http://patchwork.ozlabs.org/patch/668894/
>
> Thanks,
> Emil
>
------------------------------
Message: 5
Date: Wed, 21 Sep 2016 22:24:08 +0800
From: "Email_admin" <[email protected]>
Subject: [E1000-devel] ????????
To: <[email protected]>
Message-ID: <8B43CD366D0C7FECEDB07F279EBCE1E3@xqeas>
Content-Type: text/plain; charset="utf-8"
?????????????????????????
?????????????????????????????
(?????????????????)
???????????????????????????
??:
???
????
?????
???????24???????????????
------------------------------
------------------------------------------------------------------------------
------------------------------
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit
http://communities.intel.com/community/wired
End of E1000-devel Digest, Vol 125, Issue 15
********************************************
------------------------------------------------------------------------------
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit
http://communities.intel.com/community/wired