[PATCH net-next 1/7] ionic: code cleanup details

2021-03-18 Thread Shannon Nelson
Catch a couple of missing macro name uses, fix a couple of misspellings, etc. Signed-off-by: Shannon Nelson --- .../ethernet/pensando/ionic/ionic_ethtool.c | 8 ++ .../net/ethernet/pensando/ionic/ionic_if.h| 26 +-- .../net/ethernet/pensando/ionic/ionic_lif.c | 23 ++

Account Details for Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Der Leitfaden fur passives Einkommen in Hohe von 10000 USD pro Monat >>>>>>>>>>>>>> https://www.google.com/url?q=https%3A%2

2020-12-31 Thread Acadaware
Hello Passives Einkommen Meine Erfolgsgeschichte in 1 Monat. Der Leitfaden fur passives Einkommen in Hohe von 1 USD pro Monat >> https://www.google.com/url?q=https%3A%2F%2Fvk.cc%2FbW9Ahb%3Fq%3Da&sa=D&pro=qto&usg=AFQjCNFmdcUrwh_NlvClKeEaVPTKYlFtoA , Thank you for registering

Re: [PATCH iproute2 5.11 2/2] iplink_can: fix format output for details with statistics

2020-12-26 Thread Stephen Hemminger
On Fri, 25 Dec 2020 20:10:15 +0100 Oliver Hartkopp wrote: > @@ -315,10 +320,12 @@ static void can_print_opt(struct link_util *lu, FILE > *f, struct rtattr *tb[]) > "restart_ms", > "restart-ms %d ", > *restart_ms); > }

[PATCH iproute2 5.11 2/2] iplink_can: fix format output for details with statistics

2020-12-25 Thread Oliver Hartkopp
In commit 36e584ad8af6 ("iplink_can: fix format output of clock with flag -details") from Antonio Borneo a single space has been added to separate the CAN controller clock value from the numtxqueues value which is printed in ipaddress.c directly after the CAN info output. To maintai

How are you today, I am sending this mail to you regarding my project plan in your country which i would like to discuss with you, can you please get back to me for further details. Regards, Mr. Insan

2020-08-14 Thread Insang Lee

RECEIVE AND KEEP THIS MONEY FOR ME IN YOUR BANK ACCOUNT,REPLY TO fta447...@gmail.com FOR DETAILS

2019-08-15 Thread RECEIVE AND SECURE THIS MONEY FOR ME

RECEIVE AND KEEP THIS MONEY FOR ME IN YOUR BANK ACCOUNT,REPLY TO fta447...@gmail.com FOR DETAILS

2019-08-12 Thread RECEIVE AND SECURE THIS MONEY FOR ME

Re: [PATCH] iplink_can: fix format output of clock with flag -details

2019-07-26 Thread Stephen Hemminger
On Fri, 26 Jul 2019 15:06:09 +0200 Antonio Borneo wrote: > The command > ip -details link show can0 > prints in the last line the value of the clock frequency attached > to the name of the following value "numtxqueues", e.g. > clock 4950numtxqueues 1 n

[PATCH] iplink_can: fix format output of clock with flag -details

2019-07-26 Thread Antonio Borneo
The command ip -details link show can0 prints in the last line the value of the clock frequency attached to the name of the following value "numtxqueues", e.g. clock 4950numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 Add the missing space

[PATCH net-next v2 11/12] page_pool: add tracepoints for page_pool with details need by XDP

2019-06-18 Thread Jesper Dangaard Brouer
The xdp tracepoints for mem id disconnect don't carry information about, why it was not safe_to_remove. The tracepoint page_pool:page_pool_inflight in this patch can be used for extract this info for further debugging. This patchset also adds tracepoint for the pages_state_* release/hold transiti

[PATCH net-next v1 11/11] page_pool: add tracepoints for page_pool with details need by XDP

2019-06-13 Thread Jesper Dangaard Brouer
The xdp tracepoints for mem id disconnect don't carry information about, why it was not safe_to_remove. The tracepoint page_pool:page_pool_inflight in this patch can be used for extract this info for further debugging. This patchset also adds tracepoint for the pages_state_* release/hold transiti

Re: [RFC PATCH net-next 12/13] Documentation: networking: dsa: Add details about NXP SJA1105 driver

2019-03-25 Thread Florian Fainelli
On 3/23/2019 8:23 PM, Vladimir Oltean wrote: > Signed-off-by: Vladimir Oltean Reviewed-by: Florian Fainelli -- Florian

[PATCH v2 net-next 2/3] net: phy: aquantia: report PHY details like firmware version

2019-03-24 Thread Heiner Kallweit
Add reporting firmware details. These details are available only once the firmware has finished initializing the chip. This can take some time and we need to poll for init completion. v2: - Propagate timeout in aqr107_wait_reset_complete(). Don't bail out completely on timeout because chi

Re: [PATCH net-next 2/3] net: phy: aquantia: report PHY details like firmware version

2019-03-24 Thread Heiner Kallweit
On 24.03.2019 02:04, Florian Fainelli wrote: > > > On 3/23/2019 6:15 AM, Heiner Kallweit wrote: >> Add reporting firmware details. These details are available only once >> the firmware has finished initializing the chip. This can take some >> time and we need

[RFC PATCH net-next 12/13] Documentation: networking: dsa: Add details about NXP SJA1105 driver

2019-03-23 Thread Vladimir Oltean
Signed-off-by: Vladimir Oltean --- Documentation/networking/dsa/sja1105.txt | 83 1 file changed, 83 insertions(+) create mode 100644 Documentation/networking/dsa/sja1105.txt diff --git a/Documentation/networking/dsa/sja1105.txt b/Documentation/networking/dsa/sja1105.t

Re: [PATCH net-next 2/3] net: phy: aquantia: report PHY details like firmware version

2019-03-23 Thread Florian Fainelli
On 3/23/2019 6:15 AM, Heiner Kallweit wrote: > Add reporting firmware details. These details are available only once > the firmware has finished initializing the chip. This can take some > time and we need to poll for init completion. > > Signed-off-by: Heiner Kallwei

[PATCH net-next 2/3] net: phy: aquantia: report PHY details like firmware version

2019-03-23 Thread Heiner Kallweit
Add reporting firmware details. These details are available only once the firmware has finished initializing the chip. This can take some time and we need to poll for init completion. Signed-off-by: Heiner Kallweit --- drivers/net/phy/aquantia_main.c | 58 + 1

[PATCH net-next 3/7] net: sched: gred: use extack to provide more details on configuration errors

2018-11-14 Thread Jakub Kicinski
Add extack messages to -EINVAL errors, to help users identify their mistakes. Signed-off-by: Jakub Kicinski Reviewed-by: John Hurley --- net/sched/sch_gred.c | 44 +--- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/net/sched/sch_gred.c b

[lora-next RFC] Socket details for PF_LORA on sx1301

2018-11-05 Thread Ben Whitten
Hi, Using the test application to send data into a PF_LORA socket I have gotten the sx1301 driver to a point where I was able to produce a LoRa packet on the air. There a few options that this socket will need per transmission from the upper layers which I have compiled with some questions, I wil

Details.

2018-10-17 Thread Smadar Barber-Tsadik
My name is Smadar Barber-Tsadik, I'm the Chief Executive Officer (C.P.A) of the First International Bank of Israel (FIBI). I'm getting in touch with you in regards to a very important and urgent matter. Kindly respond back at your earliest convenience so I can provide you th

Problems in tc-cbq-details.8, tc-cbq.8, tc-mqprio.8, tc-prio.8, tc-htb.8

2018-06-12 Thread esr
This is automatically generated email about markup problems in a man page for which you appear to be responsible. If you are not the right person or list, please tell me so I can correct my database. See http://catb.org/~esr/doclifter/bugs.html for details on how and why these patches were

Respond for details

2018-03-02 Thread Mr. Allen
Good day. Do you need a loan to pay off bills ? To pay off your mortgage quickly ? To set up a new business or to Re- finance your existing business ? I can help you secure a private loan should you be interested please respond for more details Thanks Allen

Respond for details

2018-02-01 Thread Mr. Allen
Dear sir/ madam Do you need a loan to pay off bills ? To pay off your mortgage quickly ? To set up a new business or to Re- finance your existing business ? I can help you secure a private loan at 3% interest rate please respond for more details Thanks Allen

[PATCH net 0/2] MAINTAINERS: Update Yotam Gigi details

2017-10-30 Thread Yuval Mintz
#x27;re simply removing his corporate E-mail, replacing it with his private one. b. For mlxfw we're providing a mailing list as a replacement for his contact details. Dave, Please consider applying this to 'net'. Thanks, Yuval Yotam Gigi (1): MAINTAINERS: Update Y

Reply for more details

2017-06-09 Thread Mr.David Kekeli
received this letter in your spam, Due to recent connection error here in my country. May Almighty God Bless You! I wait to hear from you for more details, Best Regard, David Kekeli.

Bitte kontaktieren Sie mich für weitere Details!

2017-02-01 Thread Miss Marbell
? Bitte kontaktieren Sie mich für weitere Details! Mit freundlichen Grüßen, Fräulein Marbell.

[iproute PATCH v2 03/18] ss: Add missing tab when printing UNIX details

2016-12-02 Thread Phil Sutter
When dumping UNIX sockets and show_details is active but not show_mem (ss -xne), the socket details are printed without being prefixed by tab. Fix this by printing the tab character when either one of '-e' or '-m' has been specified. Signed-off-by: Phil Sutter --- misc/s

[iproute PATCH 03/18] ss: Add missing tab when printing UNIX details

2016-11-11 Thread Phil Sutter
When dumping UNIX sockets and show_details is active but not show_mem (ss -xne), the socket details are printed without being prefixed by tab. Fix this by printing the tab character when either one of '-e' or '-m' has been specified. Signed-off-by: Phil Sutter --- misc/s

[PATCH/RFC 03/12] switchdev: Add support for getting port object details

2016-09-28 Thread Simon Horman
The motivation for this prototype is to allow the statistics - number of hits - of Open vSwitch (-line) flows which have been programmed into hardware to be retrieved. This patch takes a generic approach by adding a SDO to allow retrieval of object details. The idea is that an object is passed

Re: [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-17 Thread John Fastabend
On 16-02-17 10:01 AM, Rustad, Mark D wrote: > John Fastabend wrote: > >> diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h >> b/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h >> new file mode 100644 >> index 000..43ebec4 >> --- /dev/null >> +++ b/drivers/net/ethernet/intel/ixgbe/ixg

Re: [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-17 Thread Rustad, Mark D
John Fastabend wrote: diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h b/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h new file mode 100644 index 000..43ebec4 --- /dev/null +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_model.h @@ -0,0 +1,112 @@ +/***

Re: [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-17 Thread John Fastabend
On 16-02-17 07:09 AM, David Miller wrote: > From: Jamal Hadi Salim > Date: Wed, 17 Feb 2016 06:06:02 -0500 > >> On 16-02-17 12:18 AM, John Fastabend wrote: >>> This adds an ixgbe data structure that is used to determine what >>> headers:fields can be matched and in what order they are supported.

Re: [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-17 Thread David Miller
From: Jamal Hadi Salim Date: Wed, 17 Feb 2016 06:06:02 -0500 > On 16-02-17 12:18 AM, John Fastabend wrote: >> This adds an ixgbe data structure that is used to determine what >> headers:fields can be matched and in what order they are supported. >> >> For hardware devices this can be a bit tricky

Re: [net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-17 Thread Jamal Hadi Salim
On 16-02-17 12:18 AM, John Fastabend wrote: This adds an ixgbe data structure that is used to determine what headers:fields can be matched and in what order they are supported. For hardware devices this can be a bit tricky because typically only pre-programmed (firmware, ucode, rtl) parse graphs

[net-next PATCH v3 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-16 Thread John Fastabend
2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * +

[net-next PATCH v2 6/8] net: ixgbe: add minimal parser details for ixgbe

2016-02-15 Thread John Fastabend
2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * +

[net-next PATCH 6/7] net: ixgbe: add minimal parser details for ixgbe

2016-02-03 Thread John Fastabend
2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * +

Re: [RFC PATCH 6/7] net: ixgbe: add minimal parser details for ixgbe

2016-02-02 Thread John Fastabend
On 16-02-02 08:27 AM, Or Gerlitz wrote: > On Mon, Feb 1, 2016 at 3:52 AM, John Fastabend > wrote: >> This adds an ixgbe data structure that is used to determine what >> headers:fields can be matched and in what order they are supported. >> >> For hardware devices this can be a bit tricky because

Re: [RFC PATCH 6/7] net: ixgbe: add minimal parser details for ixgbe

2016-02-02 Thread Or Gerlitz
On Mon, Feb 1, 2016 at 3:52 AM, John Fastabend wrote: > This adds an ixgbe data structure that is used to determine what > headers:fields can be matched and in what order they are supported. > > For hardware devices this can be a bit tricky because typically > only pre-programmed (firmware, ucode,

[RFC PATCH 6/7] net: ixgbe: add minimal parser details for ixgbe

2016-01-31 Thread John Fastabend
y the Free Software Foundation. + + This program is distributed in the hope it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have recei

details required

2015-11-03 Thread
i have a business proposal for you with urgent transfer notice please send me reply to maekhalsa...@gmail.com or my official email sa...@iraqrepvp.comze.com with your contact details and personal mobile number if you are interested. you can also call me at my direct sattelite number

Hi friend. I want to transfer an abandonedUSD5.5Million into your account for us to share it. Contact me for details.

2015-10-23 Thread SMITH AWALI
-- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

did you receive my charity proposal details

2015-09-27 Thread Janet Penninger
-- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] net/9p: Add device name details on error

2015-09-03 Thread Aneesh Kumar K.V
If we use wrong device name 9p mount fails with error "9pnet_virtio: no channels available" Improve the error output as below "9pnet_virtio: no channels available for device /dev/root" Signed-off-by: Aneesh Kumar K.V --- net/9p/trans_virtio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH net-next 1/4] cxgb4: Add some more details to sge qinfo

2015-08-12 Thread Hariprasad Shenai
Adding more details to sge qinfo for debugging purpose. Signed-off-by: Hariprasad Shenai --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 61 +++--- 1 file changed, 53 insertions(+), 8 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c b

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-06 Thread jamal
On Wed, 2006-06-09 at 08:14 -0400, jamal wrote: > maybe thats what you meant by "slow path"? Never mind what i said above;-> what is needed to have replay protection is calling the IPSEC fast path. The xfrm state is looked up during the pktgen fast still because flows are created as needed on the

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-06 Thread jamal
On Wed, 2006-06-09 at 21:26 +1000, Herbert Xu wrote: > On Wed, Sep 06, 2006 at 07:20:39AM -0400, jamal wrote: > > > > > Any reason why xfrm_state_find can't be used? > > > > xfrm_state_find is overkill (if you compare the two functionalities). > > Could you show me how you plan to use this in p

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-06 Thread Herbert Xu
On Wed, Sep 06, 2006 at 07:20:39AM -0400, jamal wrote: > > > Any reason why xfrm_state_find can't be used? > > xfrm_state_find is overkill (if you compare the two functionalities). Could you show me how you plan to use this in pktgen? Perhaps we can move it to the slow path where it wouldn't ma

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-06 Thread jamal
On Wed, 2006-06-09 at 09:38 +1000, Herbert Xu wrote: > On Sat, Sep 02, 2006 at 09:43:02AM -0400, jamal wrote: > > > > Allow for searching the SAD from external data path points without > > assumming L3 details. The only customer of this exposure currently > > is

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-05 Thread Herbert Xu
On Sat, Sep 02, 2006 at 09:43:02AM -0400, jamal wrote: > > Allow for searching the SAD from external data path points without > assumming L3 details. The only customer of this exposure currently > is pktgen. Any reason why xfrm_state_find can't be used? It doesn't look rig

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-02 Thread James Morris
On Sat, 2 Sep 2006, jamal wrote: > On Sat, 2006-02-09 at 11:04 -0400, James Morris wrote: > > On Sat, 2 Sep 2006, jamal wrote: > > > + > > + spin_lock(&xfrm_state_lock); > > > > Shouldn't this be spin_lock_bh()? > > > > + spin_unlock(&xfrm_state_lock); > > + > > the call is

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-02 Thread jamal
On Sat, 2006-02-09 at 13:16 -0400, jamal wrote: > the call is made at the moment only by pktgen (kernel threads on > dev_queue_xmit level contending with softirqs essentially). I think > (although havent tried) the spin_{un}lock_bh() wont work. Thoughts? > Obviously the easy thing for me to do is

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-02 Thread jamal
On Sat, 2006-02-09 at 11:04 -0400, James Morris wrote: > On Sat, 2 Sep 2006, jamal wrote: > + > + spin_lock(&xfrm_state_lock); > > Shouldn't this be spin_lock_bh()? > > + spin_unlock(&xfrm_state_lock); > + the call is made at the moment only by pktgen (kernel threads on dev_q

Re: [IPSEC]: searching SAD without assumming L3 details

2006-09-02 Thread James Morris
On Sat, 2 Sep 2006, jamal wrote: > Against net-2.6.19 > > signed-off-by: Jamal Hadi Salim <[EMAIL PROTECTED]> +xfrm_stateonly_find(xfrm_address_t *daddr, xfrm_address_t *saddr, + unsigned short family, u32 reqid, u8 mode, u8 proto) +{ + unsigned int h = xfrm_dst_hash(daddr,

[IPSEC]: searching SAD without assumming L3 details

2006-09-02 Thread jamal
Against net-2.6.19 signed-off-by: Jamal Hadi Salim <[EMAIL PROTECTED]> cheers, jamal Allow for searching the SAD from external data path points without assumming L3 details. The only customer of this exposure currently is pktgen. --- commit 33d3060784e6aa55e30ae7d5efc491180e7f955

[PATCH 2/7] [DCCP]: Update contact details and copyright

2006-08-23 Thread Ian McDonald
Just updating copyright and contacts Signed off by: Ian McDonald <[EMAIL PROTECTED]> --- diff --git a/CREDITS b/CREDITS index 29be6d1..0fe904e 100644 --- a/CREDITS +++ b/CREDITS @@ -2209,7 +2209,7 @@ S: (address available on request) S: USA N: Ian McDonald -E: [EMAIL PROTECTED] +E: [EMAIL PROT

Re: Sendfile implementation details

2006-01-31 Thread Chase Douglas
David S. Miller wrote: From: Chase Douglas <[EMAIL PROTECTED]> Date: Mon, 30 Jan 2006 13:55:21 -0500 I have a question about the implementation of sendfile. In my current configuration of a server, when requests are made for a file, a new thread is spawned and sendfile is called to complet

Re: Sendfile implementation details

2006-01-30 Thread David S. Miller
From: Chase Douglas <[EMAIL PROTECTED]> Date: Mon, 30 Jan 2006 13:55:21 -0500 > I have a question about the implementation of sendfile. In my current > configuration of a server, when requests are made for a file, a new > thread is spawned and sendfile is called to complete the request (We > re

Re: Sendfile implementation details

2006-01-30 Thread Rick Jones
Chase Douglas wrote: I have a question about the implementation of sendfile. In my current configuration of a server, when requests are made for a file, a new thread is spawned and sendfile is called to complete the request (We realize that spawning a thread for every request is a bad way to do