[PATCH net-next v3 04/10] be2net: move FW flash cmd code to be_cmds.c

2015-12-29 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> All code relating to FW cmds is in be_cmds.[ch] excepting FW flash cmd related code. This patch moves these routines from be_main.c to be_cmds.c Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perl

[PATCH net-next v3 00/10] be2net: patch set

2015-12-29 Thread Sathya Perla
gister-dump" cmd which used to work earlier, will now fail with ENOTSUPP error, we feel it is not an issue as this is used only for diagnostics purpose. Patch 10 bumps up the driver version. Sathya Perla (1): be2net: remove a line of code that has no effect Suresh Reddy (7): be2net: fi

[PATCH net-next v3 07/10] be2net: remove unused error variables

2015-12-29 Thread Sathya Perla
t Duvvuru <venkatkumar.duvv...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 93

[PATCH net-next v3 03/10] be2net: cleanup FW flash image related macro defines

2015-12-29 Thread Sathya Perla
ld "g2" and defines related to BE3 are labeled "g3". This patch cleans up all of this to make this code more readable. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net

[PATCH net-next v3 09/10] be2net: support ethtool get-dump option

2015-12-29 Thread Sathya Perla
: Venkat Duvvuru <venkatkumar.duvv...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 1 + drivers/net/ethernet/emulex/benet/be_cmds.c| 38 drivers/net/ethernet/emulex/benet/be_cmds.h|

[PATCH net-next v3 10/10] be2net: bump up the driver version to 11.0.0.0

2015-12-29 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH net-next v3 08/10] be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd

2015-12-29 Thread Sathya Perla
unc_num while issuing GET_PROFILE_CONFIG cmd") Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 +- drivers/ne

[PATCH net-next v3 05/10] be2net: log digital signature errors while flashing FW image

2015-12-29 Thread Sathya Perla
iate error messages and return a status to ethtool when errors relating to FW image authentication occur. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 14 +- dr

[PATCH net-next v3 06/10] be2net: remove a line of code that has no effect

2015-12-29 Thread Sathya Perla
ged to recommended_prio_bits. Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- drivers/net/ethernet/emulex/benet/be_cmds.c | 3 +-- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) d

[PATCH net-next v3 02/10] be2net: avoid configuring VEPA mode on BE3

2015-12-29 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> BE3 chip doesn't support VEPA mode. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_main.c | 3 +++ 1 file changed, 3 i

[PATCH net-next v2 08/10] be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd

2015-12-27 Thread Sathya Perla
unc_num while issuing GET_PROFILE_CONFIG cmd") Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 +- drivers/ne

[PATCH net-next v2 02/10] be2net: avoid configuring VEPA mode on BE3

2015-12-27 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> BE3 chip doesn't support VEPA mode. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_main.c | 3 +++ 1 file changed, 3 i

[PATCH net-next v2 03/10] be2net: cleanup FW flash image related macro defines

2015-12-27 Thread Sathya Perla
ld "g2" and defines related to BE3 are labeled "g3". This patch cleans up all of this to make this code more readable. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net

[PATCH net-next v2 05/10] be2net: log digital signature errors while flashing FW image

2015-12-27 Thread Sathya Perla
iate error messages and return a status to ethtool when errors relating to FW image authentication occur. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 11 +++ dr

[PATCH net-next v2 06/10] be2net: remove a line of code that has no effect

2015-12-27 Thread Sathya Perla
ged to recommended_prio_bits. Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- drivers/net/ethernet/emulex/benet/be_cmds.c | 3 +-- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) d

[PATCH net-next v2 04/10] be2net: move FW flash cmd code to be_cmds.c

2015-12-27 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> All code relating to FW cmds is in be_cmds.[ch] excepting FW flash cmd related code. This patch moves these routines from be_main.c to be_cmds.c Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perl

[PATCH net-next v2 10/10] be2net: bump up the driver version to 11.0.0.0

2015-12-27 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH net-next v2 07/10] be2net: remove unused error variables

2015-12-27 Thread Sathya Perla
t Duvvuru <venkatkumar.duvv...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 93

[PATCH net-next v2 09/10] be2net: support ethtool get-dump option

2015-12-27 Thread Sathya Perla
: Venkat Duvvuru <venkatkumar.duvv...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 1 + drivers/net/ethernet/emulex/benet/be_cmds.c| 38 drivers/net/ethernet/emulex/benet/be_cmds.h|

[PATCH net-next v2 00/10] be2net: patch set

2015-12-27 Thread Sathya Perla
it is not an issue as this is used only for diagnostics purpose. Patch 10 bumps up the driver version. Sathya Perla (1): be2net: remove a line of code that has no effect Suresh Reddy (7): be2net: fix VF link state transition from disabled to auto be2net: avoid configuring VEPA mode on BE3 be2n

[PATCH net-next v2 01/10] be2net: fix VF link state transition from disabled to auto

2015-12-27 Thread Sathya Perla
315.0 onwards. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 35 + drivers/net/ethernet/emulex/benet/be_cmds.h | 3 ++- 2 files changed, 2

[net-next PATCH 02/10] be2net: avoid configuring VEPA mode on BE3

2015-12-24 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> BE3 chip doesn't support VEPA mode. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_main.c | 3 +++ 1 file changed, 3 i

[net-next PATCH 07/10] be2net: remove unused error variables

2015-12-24 Thread Sathya Perla
t Duvvuru <venkatkumar.duvv...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 93

[net-next PATCH 06/10] be2net: remove a line of code that has no effect

2015-12-24 Thread Sathya Perla
ged to recommended_prio_bits. Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- drivers/net/ethernet/emulex/benet/be_cmds.c | 3 +-- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) d

[net-next PATCH 08/10] be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmd

2015-12-24 Thread Sathya Perla
unc_num while issuing GET_PROFILE_CONFIG cmd") Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 4 +- drivers/ne

[net-next PATCH 03/10] be2net: cleanup FW flash image related macro defines

2015-12-24 Thread Sathya Perla
ld "g2" and defines related to BE3 are labeled "g3". This patch cleans up all of this to make this code more readable. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net

[net-next PATCH 00/10] be2net: patch set

2015-12-24 Thread Sathya Perla
option as it is now available via --get-dump option. Even though the "ethtool --register-dump" cmd which used to work earlier, will now fail with ENOTSUPP error, we feel it is not an issue as this is used only for diagnostics purpose. Patch 10 bumps up the driver version. Sathya Pe

[net-next PATCH 10/10] be2net: bump up the driver version to 11.0.0.0

2015-12-24 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[net-next PATCH 01/10] be2net: fix VF link state transition from disabled to auto

2015-12-24 Thread Sathya Perla
315.0 onwards. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 35 + drivers/net/ethernet/emulex/benet/be_cmds.h | 3 ++- 2 files changed, 2

[net-next PATCH 05/10] be2net: log digital signature errors while flashing FW image

2015-12-24 Thread Sathya Perla
iate error messages and return a status to ethtool when errors relating to FW image authentication occur. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 11 +++ dr

Re: SYSTEM ERROR: StackOverflowError on querying a Hive table

2015-12-07 Thread Durga Perla
e any relevant ERROR messages in the log file. Thank you, Sudheesh On Dec 6, 2015, at 11:28 PM, Durga Perla <durga.pe...@oracle.com> wrote: Hi, I am trying to query a hive table called customers, that I have created. i am able to see the table and describe works too. But, when i run

SYSTEM ERROR: StackOverflowError on querying a Hive table

2015-12-06 Thread Durga Perla
Hi, I am trying to query a hive table called customers, that I have created. i am able to see the table and describe works too. But, when i run, select * from customers limit 10; or Select firstname from customers limit 10; I get the error, *Error: SYSTEM ERROR:

Re: [PATCH net-next 1/2] be2net: remove unused local rsstable array

2015-11-16 Thread Sathya Perla
filled and stored for later > usage during Rx queue creation. > > Signed-off-by: Ivan Vecera <ivec...@redhat.com> Acked-by: Sathya Perla <sathya.pe...@avagotech.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a messag

Re: [PATCH net] be2net: check properly status in lancer_cmd_get_file_len()

2015-11-16 Thread Sathya Perla
On Fri, Nov 13, 2015 at 3:22 PM, Ivan Vecera wrote: > The lancer_cmd_get_file_len() calls lancer_cmd_read_object() to get > the current size of registers for ethtool registers dump. The size > is stored in data_read but only when the returned status is 0 otherwise > it is

[PATCH 2/5] be2net: release mcc-lock in a failure case in be_cmd_notify_wait()

2015-10-12 Thread Sathya Perla
From: Suresh Reddy <suresh.re...@avagotech.com> The mcc/mbox lock is not being released when be_cmd_copy() returns an error. Signed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/b

[PATCH 4/5] be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd

2015-10-12 Thread Sathya Perla
riptor is not what is being queried for, the driver will read wrong data. This patch fixes this issue by using the GET_CNTL_ATTRIB cmd to query the real pci_func_num of a function and then uses it in the GET_PROFILE_CONFIG cmd. Signed-off-by: Somnath Kotur <somnath.ko...@emulex.com> Signed-off-by:

[PATCH 3/5] be2net: pad skb to meet minimum TX pkt size in BE3

2015-10-12 Thread Sathya Perla
ed-off-by: Suresh Reddy <suresh.re...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_main.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/n

[PATCH 5/5] be2net: remove vlan promisc capability from VF's profile descriptors

2015-10-12 Thread Sathya Perla
) Signed-off-by: Kalesh AP <kalesh.pura...@avagotech.com> Signed-off-by: Sathya Perla <sathya.pe...@avagotech.com> --- drivers/net/ethernet/emulex/benet/be_cmds.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be_cmds.c b/drive

[PATCH 0/5] be2net: patch set

2015-10-12 Thread Sathya Perla
Patch 1 fixes a FW image compatibility check in the driver that prevents certain FW images from being flashed on BE3 (not BE3-R) adapters. Patch 2 fixes a spin_lock not being released in a failure case in be_cmd_notify_wait(). Patch 3 includes a workaround to pad packets that are only 32b long

[PATCH 1/5] be2net: fix BE3-R FW download compatibility check

2015-10-12 Thread Sathya Perla
rrent compatibility check to take care of this. We hit this issue when we try to flash old BE3 images (used prior to the release of BE3-R) on pre-BE3-R adapters. Fixes: a6e6ff6eee12f3e ("be2net: simplify UFI compatibility checking") Signed-off-by: Kalesh AP <kalesh.pura...@avagotech.

Re: [PATCH net 4/5] be2net: allow offloading with the same port for IPv4 and IPv6

2015-09-17 Thread Sathya Perla
; drivers/net/ethernet/emulex/benet/be.h | 1 + > drivers/net/ethernet/emulex/benet/be_main.c | 10 ++ > 2 files changed, 11 insertions(+) Acked-by: Sathya Perla <sathya.pe...@avagotech.com> Thanks! -- To unsubscribe from this list: send the line "unsubsc

[PATCH] be2net: Revert "make the RX_FILTER command asynchronous" commit

2015-09-03 Thread Sathya Perla
o now when there are two quick invocations of this cmd, the 2nd request may end up overwriting the first request, causing FW cmd corruption. This patch reverts the offending commit and hence fixes the regression. Fixes: 8af65c2f4("be2net: make the RX_FILTER command asynchronous") Signed-

[PATCH 3/3] be2net: protect eqo-affinity_mask from getting freed twice

2015-08-05 Thread Sathya Perla
-affinity_mask. It is freed only if EQs haven't yet been destroyed. This fixes a possible crash when affinity_mask is freed twice. Signed-off-by: Kalesh AP kalesh.pura...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_main.c | 18

[PATCH 1/3] be2net: enable IFACE filters only after creating RXQs

2015-08-05 Thread Sathya Perla
-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_cmds.h | 5 ++ drivers/net/ethernet/emulex/benet/be_main.c | 127 ++-- 2 files changed, 85 insertions(+), 47 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be_cmds.h b

[PATCH 0/3] be2net: patch set

2015-08-05 Thread Sathya Perla
Hi David, This patch set contains 2 driver fixes to a Lancer HW issue and a fix to a double free bug. Pls apply to the net tree. Thanks! Patch 1 now enables filters only after creating RXQs. This is done as HW issues were observed on Lancer adapters if filters (flags, mac addrs etc) are enabled

[PATCH 2/3] be2net: post buffers before destroying RXQs in Lancer

2015-08-05 Thread Sathya Perla
that no more new packets are selected for transfer to the RXQs by disabling interface filters. Signed-off-by: Kalesh AP kalesh.pura...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_main.c | 42 - 1 file changed

[Bug 1478078] [NEW] package javascript-common 11 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2015-07-24 Thread Alessandro Perla
Public bug reported: installing phpMyAdmin ProblemType: Package DistroRelease: Ubuntu 14.04 Package: javascript-common 11 ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21 Uname: Linux 3.13.0-57-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.11

[PATCH net-next 1/9] be2net: remove duplicate code in be_setup_wol()

2015-07-10 Thread Sathya Perla
From: Kalesh Purayil kalesh.pura...@avagotech.com This change will make be_setup_wol() routine more compact and readable by removing some duplicate code. Signed-off-by: Kalesh AP kalesh.pura...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex

[PATCH net-next 0/9] be2net: patch set

2015-07-10 Thread Sathya Perla
duplicate code in be_setup_wol() be2net: query FW to check if EVB is enabled be2net: remove redundant D0 power state set Sathya Perla (1): be2net: bump up the driver version to 10.6.0.3 Suresh Reddy (3): be2net: return error status from be_mcc_notify() be2net: make the RX_FILTER command

[PATCH net-next 3/9] be2net: remove redundant D0 power state set

2015-07-10 Thread Sathya Perla
From: Kalesh Purayil kalesh.pura...@avagotech.com pci_enable_device() call sets device power state to D0; there is no need doing it again. Signed-off-by: Kalesh AP kalesh.pura...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_main.c

[PATCH net-next 8/9] be2net: make SET_LOOPBACK_MODE cmd asynchrounous

2015-07-10 Thread Sathya Perla
of be_mcc_notify_wait() (that returns only after the cmd completes while the MCCQ is locked). Signed-off-by: Suresh Reddy suresh.re...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_cmds.c| 23 --- drivers/net

[PATCH net-next 6/9] be2net: return error status from be_mcc_notify()

2015-07-10 Thread Sathya Perla
From: Suresh Reddy suresh.re...@emulex.com When the adapter is in error state, return error from be_mcc_notify() so that the caller routines need not sleep waiting for a response. Signed-off-by: Suresh Reddy suresh.re...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com

[PATCH net-next 2/9] be2net: query FW to check if EVB is enabled

2015-07-10 Thread Sathya Perla
...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_cmds.h | 1 + drivers/net/ethernet/emulex/benet/be_main.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/emulex/benet/be_cmds.h b/drivers

[PATCH net-next 4/9] be2net: fix wrong return value in be_check_ufi_compatibility()

2015-07-10 Thread Sathya Perla
-by: Vasundhara Volam vasundhara.vo...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex

[PATCH net-next 9/9] be2net: bump up the driver version to 10.6.0.3

2015-07-10 Thread Sathya Perla
Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/emulex/benet/be.h b/drivers/net/ethernet/emulex/benet/be.h index 8d12b41..cb5777b 100644 --- a/drivers/net

[PATCH net-next 5/9] be2net: convert dest field in udp-hdr to host-endian

2015-07-10 Thread Sathya Perla
Duvvuru venkatkumar.duvv...@emulex.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet

[PATCH net-next 7/9] be2net: make the RX_FILTER command asynchronous

2015-07-10 Thread Sathya Perla
while the driver timesout waiting for a response from the FW. Signed-off-by: Suresh Reddy suresh.re...@avagotech.com Signed-off-by: Sathya Perla sathya.pe...@avagotech.com --- drivers/net/ethernet/emulex/benet/be_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

Re: [PATCH] benet:Make the function be_get_sriov_config have a return type of void

2015-06-17 Thread Sathya Perla
s particular function has failed > and the error is unrecoverable from. > > Signed-off-by: Nicholas Krause Hi, you should have prefixed the subject line with "net-next" as this is a cleanup fix and so must go to the net-next tree. Thanks! Acked-by: Sathya Perla -- To unsubscrib

Re: [PATCH] benet:Make the function be_get_sriov_config have a return type of void

2015-06-17 Thread Sathya Perla
this particular function has failed and the error is unrecoverable from. Signed-off-by: Nicholas Krause xerofo...@gmail.com Hi, you should have prefixed the subject line with net-next as this is a cleanup fix and so must go to the net-next tree. Thanks! Acked-by: Sathya Perla sathya.pe

Re: [PATCH] benet:Make the function be_get_sriov_config have a return type of void

2015-06-17 Thread Sathya Perla
this particular function has failed and the error is unrecoverable from. Signed-off-by: Nicholas Krause xerofo...@gmail.com Hi, you should have prefixed the subject line with net-next as this is a cleanup fix and so must go to the net-next tree. Thanks! Acked-by: Sathya Perla sathya.pe

[PATCH net-next 08/10] be2net: use be_virtfn() instead of !be_physfn()

2015-05-04 Thread Sathya Perla
From: Kalesh AP kalesh.pura...@emulex.com Use be_virtfn() to determine a VF instead of !be_physfn() for better readability. Signed-off-by: Kalesh AP kalesh.pura...@emulex.com Signed-off-by: Sathya Perla sathya.pe...@emulex.com --- drivers/net/ethernet/emulex/benet/be_cmds.c | 4 ++-- drivers

RE: [PATCH net-next v3] be2net: log link status

2015-04-29 Thread Sathya Perla
-Original Message- From: Ivan Vecera [mailto:ivec...@redhat.com] The driver unlike other drivers does not log link state changes. It's better for an user when asynchronous link states are logged in the system log. v3: Changes from v2 discarded as not necessary Cc: Sathya Perla

RE: [PATCH net-next v2] be2net: log link status

2015-04-23 Thread Sathya Perla
-Original Message- From: Ivan Vecera [mailto:ivec...@redhat.com] The driver unlike other drivers does not log link state changes. v2: added current link speed to log message Ivan, I disagree with the v2 change. I think your original intention was just to log a message when the

RE: [PATCH net-next v2] be2net: log link status

2015-04-23 Thread Sathya Perla
-Original Message- From: Joe Perches [mailto:j...@perches.com] On Wed, 2015-04-22 at 15:43 +0200, Ivan Vecera wrote: The driver unlike other drivers does not log link state changes. ... Question for the emulex folk: Is the dom argument to link_status_query necessary? It's

RE: [PATCH net-next] be2net: log link status

2015-04-23 Thread Sathya Perla
-Original Message- From: Ivan Vecera [mailto:ivec...@redhat.com] The driver unlike other drivers does not log link state changes. Cc: Sathya Perla sathya.pe...@emulex.com Cc: Subbu Seetharaman subbu.seethara...@emulex.com Cc: Ajit Khaparde ajit.khapa...@emulex.com Signed-off

sparse warning about endianness mismatch on 0xffff assignment

2015-04-16 Thread Sathya Perla
Hi, The following code causes a sparse warning about " incorrect type in assignment (different base types)" __le16 var = 0x; What would be the best way of fixing this warning? a) __le16 var = cpu_to_le16(0x); b) __le16 var = (__force __le16) 0x; c) Ignore the warning and/or fix

sparse warning about endianness mismatch on 0xffff assignment

2015-04-16 Thread Sathya Perla
Hi, The following code causes a sparse warning about incorrect type in assignment (different base types) __le16 var = 0x; What would be the best way of fixing this warning? a) __le16 var = cpu_to_le16(0x); b) __le16 var = (__force __le16) 0x; c) Ignore the warning and/or fix the

Re: [un/loquer] alguien cae hoy?

2015-02-05 Thread Perla Líquida
Yo quiero vhs!! y buenas noticias!!! empecé a estudiar arte en Bellas Artes. No más Fundación, así que, al fin, vamos a poder jugar. Estoy tan feliz de volver a verlos… mj El 4 de febrero de 2015, 18:10, brolin brolin...@gmail.com escribió: la foto de la lámina 2015-01-28 11:13 GMT-05:00

Re: [un/loquer] Visita laboratorio acuario

2015-01-27 Thread Perla Líquida
ok, mil gracias El 27 de enero de 2015, 13:53, Oscar Fernando Moreno ofmoren...@gmail.com escribió: la visita al acuario no fue posible por algunos inconvenietes del personal encargado de ese espacio. queda pendiente la visita. 2015-01-27 8:58 GMT-05:00 Perla Líquida perlaliqu...@gmail.com

RE: [PATCHv2 net 2/4] be2net: Implement ndo_gso_check()

2014-11-14 Thread Sathya Perla
> -Original Message- > From: Joe Stringer [mailto:joestrin...@nicira.com] > > Use vxlan_gso_check() to advertise offload support for this NIC. > > Signed-off-by: Joe Stringer Acked-by: Sathya Perla Thanks! > --- > v2: Refactor out vxlan helper. > --- >

RE: [PATCHv2 net 2/4] be2net: Implement ndo_gso_check()

2014-11-14 Thread Sathya Perla
-Original Message- From: Joe Stringer [mailto:joestrin...@nicira.com] Use vxlan_gso_check() to advertise offload support for this NIC. Signed-off-by: Joe Stringer joestrin...@nicira.com Acked-by: Sathya Perla spe...@emulex.com Thanks! --- v2: Refactor out vxlan helper

RE: [PATCH v2] iommu/vt-d: Fix broken device issue when using iommu=pt

2014-09-04 Thread Sathya Perla
-Original Message- From: Yijing Wang [mailto:wangyij...@huawei.com] [Adding the Emulex driver developers to Cc for some input on the device, and why it might use wrong request ids] On Mon, Aug 25, 2014 at 02:44:59PM +0800, Yijing Wang wrote: We found some strange devices in

RE: [PATCH v2] iommu/vt-d: Fix broken device issue when using iommu=pt

2014-08-25 Thread Sathya Perla
-Original Message- From: Yijing Wang [mailto:wangyij...@huawei.com] On 2014/8/25 17:32, Sathya Perla wrote: -Original Message- From: Joerg Roedel [mailto:j...@8bytes.org] [Adding the Emulex driver developers to Cc for some input on the device, and why it might use

RE: [PATCH v2] iommu/vt-d: Fix broken device issue when using iommu=pt

2014-08-25 Thread Sathya Perla
-Original Message- From: Joerg Roedel [mailto:j...@8bytes.org] [Adding the Emulex driver developers to Cc for some input on the device, and why it might use wrong request ids] On Mon, Aug 25, 2014 at 02:44:59PM +0800, Yijing Wang wrote: We found some strange devices in HP C7000

RE: be2net crash on next-20140730 ("Driver probe function unexpectedly returned 1966082")

2014-07-31 Thread Sathya Perla
> -Original Message- > From: Eduardo Habkost [mailto:ehabk...@redhat.com] > > Hi, > > When running next-20140730 form linux-next, I get the following on dmesg: > > be2net :02:00.0: PCIe error reporting enabled > be2net :02:00.0: adapter not in advanced mode > be2net

RE: be2net crash on next-20140730 (Driver probe function unexpectedly returned 1966082)

2014-07-31 Thread Sathya Perla
-Original Message- From: Eduardo Habkost [mailto:ehabk...@redhat.com] Hi, When running next-20140730 form linux-next, I get the following on dmesg: be2net :02:00.0: PCIe error reporting enabled be2net :02:00.0: adapter not in advanced mode be2net :02:00.0: Emulex

Re: [un/loquer] en bochinche pa wilfrido ?

2014-07-30 Thread Perla Líquida
buenísimo 2014-07-29 21:14 GMT-05:00 kalashnikov kalashni...@otrabanda.org: brolin me pasa este concierto gratis con wilfrido :D http://feriadelasfloresmedellin.gov.co/eventos/parque-cultural-nocturno-tropical/ refresh https://www.youtube.com/watch?v=Jvwz1GMmDR8 : O

Re: [un/loquer] pasaje por medellín

2014-07-29 Thread Perla Líquida
.[?] Un abrazo. El 28 de julio de 2014, 15:37, Paula Vélez pvele...@gmail.com escribió: hola kalashnikov y perla! esperemos cuándo avisan estas chicas que llegan a medellín. no les incomodan las cavernas de alibabá electro-vegetales! todo lo contrario. esta ha sido casa y dormidero además de

Re: [un/loquer] test

2014-07-28 Thread Perla Líquida
.. fiú :) El 28 de julio de 2014, 12:00, Paula Vélez pvele...@gmail.com escribió: eso es el tango! El 27/07/14 20:29, Perla Líquida escribió: luces dos tijeras El 27 de julio de 2014, 13:21, Paula Vélez pvele...@gmail.com escribió: luces, cámara, acción. un dos tres

Re: [un/loquer] Compramos pantalla de TV LED

2014-07-28 Thread Perla Líquida
:) El 28 de julio de 2014, 21:46, Julian Bedox do...@hotmail.com escribió: JuJu!!! :) cuando armamos una juegaton pa inaugurarlo? -- Date: Mon, 28 Jul 2014 21:25:39 -0500 From: direccionplatohe...@gmail.com To: unloquer@lists.aktivix.org Subject: Re:

Re: [un/loquer] Fwd: 75 Spaces Available! Sugru Build Night

2014-07-28 Thread Perla Líquida
uy, sé que es por ausencia, pero estoy más perdida… y suena bueno. Alguien me contaría, por fa? mj 2014-07-28 21:07 GMT-05:00 Ama- jave amaj...@gmail.com: ay! qué rico otra noche de gurú! migue: ayudo en lo que falte pa terminar el pendiente con ellos, pa poder atrevernos a pedir cositas :)

Re: [un/loquer] test

2014-07-27 Thread Perla Líquida
luces dos tijeras El 27 de julio de 2014, 13:21, Paula Vélez pvele...@gmail.com escribió: luces, cámara, acción. un dos tres. piedra , papel o tijeras? ___ unloquer mailing list unloquer@lists.aktivix.org

RE: [PATCH 1/1] driver/net: add missing rtnl lock/unlock for benet

2014-04-15 Thread Sathya Perla
> -Original Message- > From: Li, ZhenHua [mailto:zhen-h...@hp.com] > > Because netif_running() is called in netif_device_detach and > netif_device_attach. To avoid dev status changed while > netif_device_detach/attach is not finished, I think a rtnl_lock and > unlock should be called to

RE: [PATCH 1/1] driver/net: add missing rtnl lock/unlock for benet

2014-04-15 Thread Sathya Perla
> -Original Message- > From: Li, Zhen-Hua [mailto:zhen-h...@hp.com] > > In benet driver, netif_device_detach and netif_device_attach should be > called between rtnl_lock and rtnl_unlock. Zhen, it's not clear to me why rtnl_lock is needed around netif_device_attach(). Can you pls explain

RE: [PATCH 1/1] driver/net: add missing rtnl lock/unlock for benet

2014-04-15 Thread Sathya Perla
-Original Message- From: Li, Zhen-Hua [mailto:zhen-h...@hp.com] In benet driver, netif_device_detach and netif_device_attach should be called between rtnl_lock and rtnl_unlock. Zhen, it's not clear to me why rtnl_lock is needed around netif_device_attach(). Can you pls explain what

RE: [PATCH 1/1] driver/net: add missing rtnl lock/unlock for benet

2014-04-15 Thread Sathya Perla
-Original Message- From: Li, ZhenHua [mailto:zhen-h...@hp.com] Because netif_running() is called in netif_device_detach and netif_device_attach. To avoid dev status changed while netif_device_detach/attach is not finished, I think a rtnl_lock and unlock should be called to avoid

[jira] [Updated] (ZOOKEEPER-1900) HTTP ERROR 410 Problem accessing /getimage. Reason: GetImage failed. java.io.IOException: Namenode is not expecting an new image UPLOAD_START

2014-03-23 Thread Vinaya Kumar Perla (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinaya Kumar Perla updated ZOOKEEPER-1900: -- Summary: HTTP ERROR 410 Problem accessing /getimage. Reason: GetImage

[jira] [Commented] (ZOOKEEPER-1900) HTTP ERROR 410 Problem accessing /getimage. Reason: GetImage failed. java.io.IOException: Namenode is not expecting an new image UPLOAD_START

2014-03-23 Thread Vinaya Kumar Perla (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944489#comment-13944489 ] Vinaya Kumar Perla commented on ZOOKEEPER-1900: --- Sorry I

[Scikit-learn-general] predict_proba for LinearSVC and platt scaling

2014-02-19 Thread Joseph Perla
LinearSVC does not have predict_proba() and predict_log_proba() implementations, but SVC does. This is because liblinear does not have calibrated probabilities as an option but libsvm does. Would it be okay if I add a classifier mixin to core that adds Platt Scaling into the LinearSVC? I already

RE: [PATCH 11/34] benet: Use pci_enable_msix_range()

2014-02-02 Thread Sathya Perla
hese two interfaces need to be updated to use the > new pci_enable_msi_range() and pci_enable_msix_range() > interfaces. > > Signed-off-by: Alexander Gordeev Acked-by: Sathya Perla < sathya.pe...@emulex.com> > --- > drivers/net/ethernet/emulex/benet/be_main.c | 31 +

RE: [PATCH 11/34] benet: Use pci_enable_msix_range()

2014-02-02 Thread Sathya Perla
to be updated to use the new pci_enable_msi_range() and pci_enable_msix_range() interfaces. Signed-off-by: Alexander Gordeev agord...@redhat.com Acked-by: Sathya Perla sathya.pe...@emulex.com --- drivers/net/ethernet/emulex/benet/be_main.c | 31 +++--- 1 files changed, 13

Re: [Scikit-learn-general] contributing to scikit

2014-02-01 Thread Joseph Perla
Is this the right place to ask? I'm just going to send in a pull request if nobody has any suggestions. j On Fri, Jan 31, 2014 at 7:10 PM, Joseph Perla jos...@jperla.com wrote: I love SciKit and I'm going to contribute an SGD classifier for semi-supervised problems. I already read through all

[Scikit-learn-general] contributing to scikit

2014-01-31 Thread Joseph Perla
or if there is a better example to model my code style from in sklearn. Thank you, Joseph Perla -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key

Tomcat Solr Server startup fails with FileNotFoundException

2013-07-02 Thread Murthy Perla
Hi All, I am newbie to solr. I've accidentally deleted indexed files(manually using rm -rf command) on server from solr index folder. Then on when ever I start my server its failing to start with FNF exception. How can this be fixed quickly? Appreciate if any can suggest a quick fix

RE: [PATCH 6/7] PCI: Make sure VF's driver get attached after PF's

2013-05-14 Thread Perla, Sathya
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Yinghai Lu > > Found kernel try to load mlx4 drivers for VFs before PF's is really loaded > when the drivers are built-in, and kernel command line include > probe_vfs=63,

RE: [PATCH 6/7] PCI: Make sure VF's driver get attached after PF's

2013-05-14 Thread Perla, Sathya
-Original Message- From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- ow...@vger.kernel.org] On Behalf Of Yinghai Lu Found kernel try to load mlx4 drivers for VFs before PF's is really loaded when the drivers are built-in, and kernel command line include probe_vfs=63,

RE: [PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-04-05 Thread Perla, Sathya
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > > From: Ivan Vecera > Date: Fri, 05 Apr 2013 09:51:24 +0200 > > > Dave, I'd like to ask when do you plan to apply this patch? > > I'm waiting for the be2net driver maintainers to integrate it and resend it to >

RE: [PATCH v2 net-next] drivers/net: Enable IOMMU pass through for be2net

2013-04-05 Thread Perla, Sathya
-Original Message- From: David Miller [mailto:da...@davemloft.net] From: Ivan Vecera ivec...@redhat.com Date: Fri, 05 Apr 2013 09:51:24 +0200 Dave, I'd like to ask when do you plan to apply this patch? I'm waiting for the be2net driver maintainers to integrate it and resend it

Re: [rt-users] Migration to a new server

2013-04-05 Thread Jourdan Perla
That's the way to do it. Just a warning. You will overwrite all the tickets on your new server, so I hope you're not in production yet. From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Sergio Mesquita Sent: Friday, April 05, 2013

RE: be2net failed to initialize regression

2013-03-11 Thread Perla, Sathya
> -Original Message- > From: Gavin Shan [mailto:sha...@linux.vnet.ibm.com] > >> > >> Could you give me the FW version (ethtool -i) of the adapter (after > >> be2net successfully probes in a 3.7 kernel.) > >firmware-version: 2.104.281.0 > >> > >> If the FW version is as old as 2.x, then the

<    1   2   3   4   5   >