search for: appliacations

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

2012 Mar 14
3
64-bit appliacations support
Hello, As I know, I can compile wine to support for running 64-bit windows appliacation - it works (tested), but 32-bit is not supported in this case. And, if I compile for 32-bit, 64-bit apps are not supported. Why did you separate 64-bit and 32-bit, why can't it work like in real Windows system? I mean 32 and 64 libraries both, with one the same prefix? Is this possible to configure wine
2010 May 24
4
Naming of a Java Process in Linux
Hi Not a specific question on CentOS but in general about java processes running on Linux boxes. I have a couple of java processes running on my linux boxes , They basically form a component of a bigger application. My point of interest is to monitor the resource usage of the java processes running on the linux box. So currently when i have these procs running on my box they show up as
2014 Dec 17
2
[PATCH 09/10] macvtap: Re-enable UFO support
...e("macvtap: %s: using disabled UFO feature; please fix this program\n", > - current->comm); > gso_type = SKB_GSO_UDP; > - if (skb->protocol == htons(ETH_P_IPV6)) > + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { > + /* This is to support legacy appliacations. > + * Do not change the gso_type as legacy apps > + * may not know about the new type. > + */ > ipv6_proxy_select_ident(skb); > + } > break; > default: > return -EINVAL; > @@ -619,6 +622,8 @@ static void macvtap_skb_to_vnet_hdr(const struct...
2014 Dec 17
2
[PATCH 09/10] macvtap: Re-enable UFO support
...e("macvtap: %s: using disabled UFO feature; please fix this program\n", > - current->comm); > gso_type = SKB_GSO_UDP; > - if (skb->protocol == htons(ETH_P_IPV6)) > + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { > + /* This is to support legacy appliacations. > + * Do not change the gso_type as legacy apps > + * may not know about the new type. > + */ > ipv6_proxy_select_ident(skb); > + } > break; > default: > return -EINVAL; > @@ -619,6 +622,8 @@ static void macvtap_skb_to_vnet_hdr(const struct...
2014 Dec 18
1
[PATCH 09/10] macvtap: Re-enable UFO support
...re; please fix this program\n", > >> - current->comm); > >> gso_type = SKB_GSO_UDP; > >> - if (skb->protocol == htons(ETH_P_IPV6)) > >> + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { > >> + /* This is to support legacy appliacations. > >> + * Do not change the gso_type as legacy apps > >> + * may not know about the new type. > >> + */ > >> ipv6_proxy_select_ident(skb); > >> + } > >> break; > >> default: > >> return -EINVAL; &g...
2014 Dec 18
1
[PATCH 09/10] macvtap: Re-enable UFO support
...re; please fix this program\n", > >> - current->comm); > >> gso_type = SKB_GSO_UDP; > >> - if (skb->protocol == htons(ETH_P_IPV6)) > >> + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { > >> + /* This is to support legacy appliacations. > >> + * Do not change the gso_type as legacy apps > >> + * may not know about the new type. > >> + */ > >> ipv6_proxy_select_ident(skb); > >> + } > >> break; > >> default: > >> return -EINVAL; &g...
2014 Dec 17
0
[PATCH 09/10] macvtap: Re-enable UFO support
..._GSO_UDP: - pr_warn_once("macvtap: %s: using disabled UFO feature; please fix this program\n", - current->comm); gso_type = SKB_GSO_UDP; - if (skb->protocol == htons(ETH_P_IPV6)) + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { + /* This is to support legacy appliacations. + * Do not change the gso_type as legacy apps + * may not know about the new type. + */ ipv6_proxy_select_ident(skb); + } break; default: return -EINVAL; @@ -619,6 +622,8 @@ static void macvtap_skb_to_vnet_hdr(const struct sk_buff *skb, vnet_hdr->gso_type = VIR...
2014 Dec 17
0
[PATCH 09/10] macvtap: Re-enable UFO support
..._GSO_UDP: - pr_warn_once("macvtap: %s: using disabled UFO feature; please fix this program\n", - current->comm); gso_type = SKB_GSO_UDP; - if (skb->protocol == htons(ETH_P_IPV6)) + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { + /* This is to support legacy appliacations. + * Do not change the gso_type as legacy apps + * may not know about the new type. + */ ipv6_proxy_select_ident(skb); + } break; default: return -EINVAL; @@ -619,6 +622,8 @@ static void macvtap_skb_to_vnet_hdr(const struct sk_buff *skb, vnet_hdr->gso_type = VIR...
2014 Dec 18
0
[PATCH 09/10] macvtap: Re-enable UFO support
...using disabled UFO feature; please fix this program\n", >> - current->comm); >> gso_type = SKB_GSO_UDP; >> - if (skb->protocol == htons(ETH_P_IPV6)) >> + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { >> + /* This is to support legacy appliacations. >> + * Do not change the gso_type as legacy apps >> + * may not know about the new type. >> + */ >> ipv6_proxy_select_ident(skb); >> + } >> break; >> default: >> return -EINVAL; >> @@ -619,6 +622,8 @@ static void m...
2014 Dec 18
0
[PATCH 09/10] macvtap: Re-enable UFO support
...using disabled UFO feature; please fix this program\n", >> - current->comm); >> gso_type = SKB_GSO_UDP; >> - if (skb->protocol == htons(ETH_P_IPV6)) >> + if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) { >> + /* This is to support legacy appliacations. >> + * Do not change the gso_type as legacy apps >> + * may not know about the new type. >> + */ >> ipv6_proxy_select_ident(skb); >> + } >> break; >> default: >> return -EINVAL; >> @@ -619,6 +622,8 @@ static void m...
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore