Displaying 12 results from an estimated 12 matches for "khare".
Did you mean:
share
2016 Oct 19
7
[PATCH net-next 5/6] net: use core MTU range checking in virt drivers
...vmxnet3:
- set min/max_mtu
CC: netdev at vger.kernel.org
CC: virtualization at lists.linux-foundation.org
CC: "K. Y. Srinivasan" <kys at microsoft.com>
CC: Haiyang Zhang <haiyangz at microsoft.com>
CC: "Michael S. Tsirkin" <mst at redhat.com>
CC: Shrikrishna Khare <skhare at vmware.com>
CC: "VMware, Inc." <pv-drivers at vmware.com>
Signed-off-by: Jarod Wilson <jarod at redhat.com>
---
drivers/net/hyperv/hyperv_net.h | 4 ++--
drivers/net/hyperv/netvsc_drv.c | 14 +++++++-------
drivers/net/virtio_net.c | 23 ++++++++...
2016 Oct 19
7
[PATCH net-next 5/6] net: use core MTU range checking in virt drivers
...vmxnet3:
- set min/max_mtu
CC: netdev at vger.kernel.org
CC: virtualization at lists.linux-foundation.org
CC: "K. Y. Srinivasan" <kys at microsoft.com>
CC: Haiyang Zhang <haiyangz at microsoft.com>
CC: "Michael S. Tsirkin" <mst at redhat.com>
CC: Shrikrishna Khare <skhare at vmware.com>
CC: "VMware, Inc." <pv-drivers at vmware.com>
Signed-off-by: Jarod Wilson <jarod at redhat.com>
---
drivers/net/hyperv/hyperv_net.h | 4 ++--
drivers/net/hyperv/netvsc_drv.c | 14 +++++++-------
drivers/net/virtio_net.c | 23 ++++++++...
2016 Oct 19
0
[PATCH net-next 5/6] net: use core MTU range checking in virt drivers
...ernel.org
> Cc: Jarod Wilson <jarod at redhat.com>; netdev at vger.kernel.org;
> virtualization at lists.linux-foundation.org; KY Srinivasan
> <kys at microsoft.com>; Haiyang Zhang <haiyangz at microsoft.com>; Michael S.
> Tsirkin <mst at redhat.com>; Shrikrishna Khare <skhare at vmware.com>; VMware,
> Inc. <pv-drivers at vmware.com>
> Subject: [PATCH net-next 5/6] net: use core MTU range checking in virt
> drivers
>
> hyperv_net:
> - set min/max_mtu
>
> virtio_net:
> - set min/max_mtu
> - remove virtnet_change_mtu
>...
2003 Dec 02
2
Reading transction log
I need to maintain a log that contains information on files that
are read / modified . I was suggested losf, but using lsof does
not solve the problem as files opened/closed between two
successive runs will always be missed. With reference to the
stated need I have 2 Questions.
1) can data in the journal file be of any help to me ? if yes
how, ?
2) can kjournald be used in some way ?
2018 Jul 23
3
[hivex PATCH] Re-allocating unused blocks before assigning new blocks
Hello Richard
As discussed in the IRC channel, when merging a moderately large reg
file (~35MB) to a hiv file (~118 MB); hivex generates a huge hiv file
(~580 MB). These changes address that by creating a list of unallocated
blocks and reassigning unused blocks. I used
https://github.com/msuhanov/regf/blob/master/Windows%20registry%20file%20format%20specification.md
as a reference for the
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
...r add
redundat definitions
CC: netdev at vger.kernel.org
CC: virtualization at lists.linux-foundation.org
CC: "K. Y. Srinivasan" <kys at microsoft.com>
CC: Haiyang Zhang <haiyangz at microsoft.com>
CC: "Michael S. Tsirkin" <mst at redhat.com>
CC: Shrikrishna Khare <skhare at vmware.com>
CC: "VMware, Inc." <pv-drivers at vmware.com>
CC: Wei Liu <wei.liu2 at citrix.com>
CC: Paul Durrant <paul.durrant at citrix.com>
CC: David Kershner <david.kershner at unisys.com>
Signed-off-by: Jarod Wilson <jarod at redhat.com>
-...
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
...r add
redundat definitions
CC: netdev at vger.kernel.org
CC: virtualization at lists.linux-foundation.org
CC: "K. Y. Srinivasan" <kys at microsoft.com>
CC: Haiyang Zhang <haiyangz at microsoft.com>
CC: "Michael S. Tsirkin" <mst at redhat.com>
CC: Shrikrishna Khare <skhare at vmware.com>
CC: "VMware, Inc." <pv-drivers at vmware.com>
CC: Wei Liu <wei.liu2 at citrix.com>
CC: Paul Durrant <paul.durrant at citrix.com>
CC: David Kershner <david.kershner at unisys.com>
Signed-off-by: Jarod Wilson <jarod at redhat.com>
-...
2018 Jul 25
0
Re: [hivex PATCH] Re-allocating unused blocks before assigning new blocks
On Mon, Jul 23, 2018 at 02:38:18PM -0400, Shreyas Khare wrote:
> Hello Richard
>
> As discussed in the IRC channel, when merging a moderately large reg
> file (~35MB) to a hiv file (~118 MB); hivex generates a huge hiv
> file (~580 MB). These changes address that by creating a list of
> unallocated blocks and reassigning unused blocks...
2009 Mar 10
40
dlstat for data link statistics
(Bcc''ed to networking discuss).
Hi All,
Have enclosed man page draft for dlstat(1M) herewith.
This is part of the effort to gain better visibility into network traffic in light of crossbow features like virtual NICs, interrupt vs. polling modes etc. This in turn would greatly assist network performance analysis. It is also aimed at segregating link/flow configuration from
2016 Oct 20
0
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
...> CC: netdev at vger.kernel.org
> CC: virtualization at lists.linux-foundation.org
> CC: "K. Y. Srinivasan" <kys at microsoft.com>
> CC: Haiyang Zhang <haiyangz at microsoft.com>
> CC: "Michael S. Tsirkin" <mst at redhat.com>
> CC: Shrikrishna Khare <skhare at vmware.com>
> CC: "VMware, Inc." <pv-drivers at vmware.com>
> CC: Wei Liu <wei.liu2 at citrix.com>
> CC: Paul Durrant <paul.durrant at citrix.com>
> CC: David Kershner <david.kershner at unisys.com>
> Signed-off-by: Jarod Wilson <...
2009 Mar 12
4
dladm vnics and etherstub
redirecting to crossbow-discuss...
On 03/12/09 15:17, Andrew Gabriel wrote:
> In snv_108, I''m playing with creating a vnic over an etherstub, and I
> might not be doing it right, but the behaviour I''m seeing doesn''t look
> right either.
>
> So this is what I did...
>
> # dladm create-etherstub estub0
> # dladm create-vnic -l estub0 vnic0
> #
2012 Oct 26
0
combined output with zelig is not working!?!
Hi everyone,
I have carried out a multiple imputation in R using Amelia II and have
created 5 multiply imputed datasets. The purpose of my research is to fit a
Poisson Model to the data to estimate numbers of hospital admissions.
Now that I have 5 completed datasets and I have to pool all the 5 datasets
to get one combined output for a poisson model.
I have checked previous queries about