search for: appliac

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

Did you mean: applic
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...
2010 May 24
4
Naming of a Java Process in Linux
...ion. 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 "java" in the ps -A command. I dont know for sure as to which java process belongs to which component of my appliacation. Hence what i do is add up all the resource utilization values for all java processes as my monitoring application relies on process names. So what i thought was , Is there a solution in linux or the way the JVM is initiated can we have process names different for different java processes....
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 s...
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 s...
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 -EINV...
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 -EINV...
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...
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...
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...
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...
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