search for: edev

Displaying 12 results from an estimated 12 matches for "edev".

Did you mean: dev
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
ALL: <<diffserv-gred_10-06>> I have attached the current script that I am using. $TC qdisc add dev $EDEV parent 2:20 gred setup DPs 3 default 2 grio $TC qdisc change dev $EDEV parent 2:20 gred DP 1 limit $lim min $minTh max $maxTh avpkt $avgPL burst $bursty bandwidth $netBand probability 0.02 prio 2 $TC qdisc change dev $EDEV parent 2:20 gred DP 2 limit $lim min $minTh max $maxTh avpkt $avgPL burst $b...
2004 Oct 26
3
Shares not visible from Win2k
Hi, Please forgive such a simple question. I have installed Samba using SWAT to configure it. The shares user are visible on the box hosting the Samba server using "smbclient -L hostname" and I can connect to the share using "smbclient //edev/mlong -U sharename" When browsing network neighborhood on a Win2K machine the Server is visible but the shares are not available. Attempting to map a drive using "net use f: \\hostname\sharename" fails. What have I failed to configure? Environment: Simple network (no PDC) Samb...
2004 Feb 27
14
BIOS disk geometry and Linux 2.6
I am working on a Linux-based boot disk for my project (http://unattended.sourceforge.net/), and I have hit a snag. Under Linux 2.6, the kernel (via HDIO_GETGEO) always reports the C/H/S geometry of an IDE drive as X/16/63. But most BIOSes want to use the geometry Y/255/63. Most partitioning tools (including Parted) will take clues from an existing partition table and adapt to the BIOS values.
2006 Apr 25
11
How much Ruby?
I bought the pickaxe about 1 1/2 months ago, and I have been reading through it and learning Ruby in my spare time. I''m about 200 pages into it, and I''m starting to think I don''t need to know all of the in''s and out''s of Ruby to get a good hang on Rails. How much Ruby do I really need to be proficient in Rails? Ruby is a great language, I love it, but
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...ge/vxge-main.c @@ -3111,7 +3111,7 @@ static int vxge_change_mtu(struct net_device *dev, int new_mtu) * @stats: pointer to struct rtnl_link_stats64 * */ -static struct rtnl_link_stats64 * +static void vxge_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats) { struct vxgedev *vdev = netdev_priv(dev); @@ -3150,8 +3150,6 @@ vxge_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats) net_stats->tx_bytes += bytes; net_stats->tx_errors += txstats->tx_errors; } - - return net_stats; } static enum vxge_hw_status vxge_timestamp_config(str...
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
...ge/vxge-main.c @@ -3111,7 +3111,7 @@ static int vxge_change_mtu(struct net_device *dev, int new_mtu) * @stats: pointer to struct rtnl_link_stats64 * */ -static struct rtnl_link_stats64 * +static void vxge_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats) { struct vxgedev *vdev = netdev_priv(dev); @@ -3150,8 +3150,6 @@ vxge_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats) net_stats->tx_bytes += bytes; net_stats->tx_errors += txstats->tx_errors; } - - return net_stats; } static enum vxge_hw_status vxge_timestamp_config(str...
2007 Oct 18
0
Mongrel-users Digest, Vol 21, Issue 16
...;iso-8859-1" Another avenue to consider is everything in order on the systems involved? If Rails is chewing up lots of RAM you could be swapping... here''s some diagnostics I usually run ( caveat: I''m not a sysadmin, nor do I play one on TV ): sar -rB 1 0 sar 1 0 sar -n EDEV 1 0 (network IO incl. errors) sar -d 1 0 ( look for excessive block device IO )? What sorts of things do other folks on this list look at? Jacobo Garcia wrote: > mongrel_cluster.yml: > > --- > port: "21000" > docroot: /var/www/mysite/current/public/ > cwd: /var/www/mys...
2007 Oct 17
9
proxy errors with apache2.2.3 + mongrels
I''ve posted this to rails-deployment as well. I have to administer a medium size rails app (1''5 million requests each day), recently I''ve switched from lighttpd + fcgi to apache + mongrel. In the following lines I am going to describe the platform: All machines are running Debian Etch, with 4 gb ram and dual core intel32 processors. Web server runs debian''s
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
From: Leon Romanovsky <leonro at nvidia.com> Changelog: v1: * Renamed _mlx5_rescan_driver to be mlx5_rescan_driver_locked like in other parts of the mlx5 driver. * Renamed MLX5_INTERFACE_PROTOCOL_VDPA to tbe MLX5_INTERFACE_PROTOCOL_VNET as a preparation to coming series from Eli C. * Some small naming renames in mlx5_vdpa. * Refactored adev index code to make Parav's SF series
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...s masked " - "by device\n"); + pr_warn("The uncorrectable error(s) is masked by device\n"); spin_unlock_irqrestore(&inject_lock, flags); goto out_put; } @@ -459,7 +459,7 @@ static int aer_inject(struct aer_error_inj *einj) if (find_aer_device(rpdev, &edev)) { if (!get_service_data(edev)) { - printk(KERN_WARNING "AER service is not initialized\n"); + pr_warn("AER service is not initialized\n"); ret = -EINVAL; goto out_put; } diff --git a/drivers/pci/pcie/aer/aerdrv_errprint.c b/drivers/pci/pcie/aer/aerdrv_errprin...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...s masked " - "by device\n"); + pr_warn("The uncorrectable error(s) is masked by device\n"); spin_unlock_irqrestore(&inject_lock, flags); goto out_put; } @@ -459,7 +459,7 @@ static int aer_inject(struct aer_error_inj *einj) if (find_aer_device(rpdev, &edev)) { if (!get_service_data(edev)) { - printk(KERN_WARNING "AER service is not initialized\n"); + pr_warn("AER service is not initialized\n"); ret = -EINVAL; goto out_put; } diff --git a/drivers/pci/pcie/aer/aerdrv_errprint.c b/drivers/pci/pcie/aer/aerdrv_errprin...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...s masked " - "by device\n"); + pr_warn("The uncorrectable error(s) is masked by device\n"); spin_unlock_irqrestore(&inject_lock, flags); goto out_put; } @@ -459,7 +459,7 @@ static int aer_inject(struct aer_error_inj *einj) if (find_aer_device(rpdev, &edev)) { if (!get_service_data(edev)) { - printk(KERN_WARNING "AER service is not initialized\n"); + pr_warn("AER service is not initialized\n"); ret = -EINVAL; goto out_put; } diff --git a/drivers/pci/pcie/aer/aerdrv_errprint.c b/drivers/pci/pcie/aer/aerdrv_errprin...